> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/references/generate-har-file.md).

# Generate HAR file for support

A HAR file records every network detail in your browser as you reproduce a problem in eMarketeer, which helps support diagnose the issue.

If support asks for a HAR file, open eMarketeer to the place where the problem happens, start the recording, reproduce the issue, then save and send the file.

## For Chrome

{% stepper %}
{% step %}

### Open the problem page

Open Chrome and go to the page where the issue happens.
{% endstep %}

{% step %}

### Open Developer Tools

Click the ⋮ menu and select More Tools > Developer Tools.
{% endstep %}

{% step %}

### Open the Network tab

In the panel that opens, select the Network tab. Keep the panel open while you reproduce the issue.

<div align="left" data-with-frame="true"><img src="/files/rV8mKH6FIa8h0y0flF8b" alt="Chrome DevTools Network tab open"></div>
{% endstep %}

{% step %}

### Clear the logs

Clear the logs before you reproduce the problem by clicking the clear button.

<div align="left" data-with-frame="true"><img src="/files/3jqopN5od9pdYH10qM5T" alt="clear network logs button in DevTools"></div>
{% endstep %}

{% step %}

### Check the record button

Look for the round record button in the upper left corner of the tab. Make sure it is red. If it is grey, click it once to start recording.

<div align="left" data-with-frame="true"><img src="/files/eqZ8bWyJ5sIcgwhQknON" alt="red record button active in the Network tab"></div>
{% endstep %}

{% step %}

### Enable Preserve log

If it is not already recording, check the Preserve log box.

<div align="left" data-with-frame="true"><img src="/files/VuJk7H5OyhYGAUqPXhcU" alt="Preserve log checkbox in the Network tab"></div>
{% endstep %}

{% step %}

### Reproduce the issue

Reproduce the issue while network requests are recorded.
{% endstep %}

{% step %}

### Export the HAR file

Click the download button, Export HAR, and save the file to your computer as HAR with Content.

<div align="left" data-with-frame="true"><img src="/files/7UmlBLsU4ieMzXGsDOOp" alt="Export HAR option in the download menu"></div>
{% endstep %}

{% step %}

### Send the file to support

Upload the HAR file to your ticket with eMarketeer Support for further investigation.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.emarketeer.com/references/generate-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.
