# How to Extract HAR File

A **HAR file** captures network activity, useful for debugging and examining operations. Below are step-by-step instructions for popular browsers across different operating systems.

## Google Chrome

### Windows

1. Open Chrome and press `Ctrl + Shift + I` to open Developer Tools. Alternatively, click on the icon on the top-right, and then and
2. Click on the Network tab
3. Ensure the "Record network log" button is active (should be red) - , and click on the "Clear network log" button -
4. Open the relevant LSports page and perform the needed operation to be examined
5. Click on "Save all as HAR" -
6. Choose a location and save the file

### macOS

1. Open Chrome and press `Cmd + Option + I` to open Developer Tools
2. Click on the Network tab
3. Ensure the "Record network log" button is active (should be red) - , and click on the "Clear network log" button -
4. Open the relevant LSports page and perform the needed operation to be examined
5. Click on "Save all as HAR" -
6. Choose a location and save the file

### Linux

1. Open Chrome and press `Ctrl + Shift + I` to open Developer Tools
2. Click on the Network tab
3. Ensure the "Record network log" button is active (should be red) - , and click on the "Clear network log" button -
4. Open the relevant LSports page and perform the needed operation to be examined
5. Click on "Save all as HAR" -
6. Choose a location and save the file

## Mozilla Firefox

### Windows

1. Open Firefox and press `Ctrl + Shift + I` to open Developer Tools
2. Click on the Network tab
3. Click the gear icon (Settings) -
4. Check "Persist Logs"
5. Open the relevant LSports page and perform the needed operation to be examined
6. Right-click in the Network tab
7. Select "Save All As HAR"
8. Choose a location and save the file

### macOS

1. Open Firefox and press `Cmd + Option + I` to open Developer Tools
2. Click on the Network tab
3. Click the gear icon (Settings) -
4. Check "Persist Logs"
5. Open the relevant LSports page and perform the needed operation to be examined
6. Right-click in the Network tab
7. Select "Save All As HAR"
8. Choose a location and save the file

### Linux

1. Open Firefox and press `Ctrl + Shift + I` to open Developer Tools
2. Click on the Network tab
3. Click the gear icon (Settings) -
4. Check "Persist Logs"
5. Open the relevant LSports page and perform the needed operation to be examined
6. Right-click in the Network tab
7. Select "Save All As HAR"
8. Choose a location and save the file

## Microsoft Edge

### Windows

1. Open Edge and press `Ctrl + Shift + I` to open Developer Tools
2. Click on the Network tab
3. Ensure the "Record network log" button is active (should be red) - , and click on the "Clear network log" button -
4. Open the relevant LSports page and perform the needed operation to be examined
5. Click on "Export HAR" -
6. Choose a location and save the file

## Safari

### macOS

1. Open Safari and press `Cmd + Option + I` to open Developer Tools
2. If Developer Tools does not open, you will need to allow it:
3. Open the "Safari" menu item and click on "Settings"
4. Navigate to the "Advanced" tab
5. Check the "Show features for web developers" -
6. Close the windows and press `Cmd + Option + I` to open Developer Tools
7. Click on the Network tab
8. Open the relevant LSports page and perform the needed operation to be examined
9. Click on "Export" -
10. Choose a location and save the file


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lsports.eu/u/resources/support/how-to-extract-an-har-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
