> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeotap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create an HAR File

An HAR file (History Activity Report) is a log file generated by web browsers that records browsing history, including URLs, timestamps and other details. HAR files can be used to understand browsing patterns, diagnose issues or analyse web performance. The HAR files can provide valuable information to our technical support teams when troubleshooting complex issues.

When contacting Zeotap Support with you HAR file, kindly provide a concise and comprehensive description of the issue, complemented by relevant screenshots. Note that if the HAR file exceeds a shareable size, then we suggest compressing it before forwarding it to us.
The HAR file can capture Personal Identifiable Information (PII) that you enter into your browser. To protect your privacy, ensure that you exclusively perform actions related to your support concern when generating the HAR file.
Below, you can find information about creating HAR files for some of the commonly used browsers.

<Columns cols={2}>
  <Card title="Google Chrome" icon="google" horizontal href="#google-chrome" />

  <Card title="Microsoft Edge" icon="microsoft-edge" horizontal href="#microsoft-edge" />

  <Card title="Mozilla Firefox" icon="firefox" horizontal href="#mozilla-firefox" />

  <Card title="Safari" icon="safari" horizontal href="#safari" />
</Columns>

## Google Chrome

To create an HAR file in Chrome:

<Steps>
  <Step>
    Go to the page on the Zeotap CDP App where the issue occurs.
  </Step>

  <Step>
    Click the *three dots* icon at the upper-right corner of the browser.
  </Step>

  <Step>
    From the menu, navigate to **More tools** > **Developer tools**.
  </Step>

  <Step>
    In the developer tools panel, click on the **Network** tab.
  </Step>

  <Step>
    Check the **Record** icon at the upper-left corner of the **Network** tab is red in color (recording mode). If it's grey, click the **Record** icon to start recording.
  </Step>

  <Step>
    Click the **Clear** icon to clear all previous activity.
  </Step>

  <Step>
    Select the **Preserve log** checkbox.
  </Step>

  <Step>
    Reproduce the steps that cause the issue.
  </Step>

  <Step>
    Right click on the log and select **Save all as HAR with content**.
  </Step>
</Steps>

## Microsoft Edge

To create an HAR file in Microsoft Edge:

<Steps>
  <Step>
    Go to the page on the Zeotap CDP App where the issue occurs.
  </Step>

  <Step>
    Click the *three dots* icon at the upper-right corner of the browser.
  </Step>

  <Step>
    From the menu, navigate to **More tools** > **Developer tools**.
  </Step>

  <Step>
    In the developer tools panel, click the **Network** icon.
  </Step>

  <Step>
    Check the **Record** icon at the upper-left corner of the **Network** tab is red in color (recording mode). If it's grey, click the **Record** icon to start recording.
  </Step>

  <Step>
    Click the **Clear** icon to clear all previous activity.
  </Step>

  <Step>
    Select the **Preserve log** checkbox.
  </Step>

  <Step>
    Reproduce the steps that cause the issue.
  </Step>

  <Step>
    Right click on the log and select **Save all as HAR with content**.
  </Step>
</Steps>

## Mozilla Firefox

To create an HAR file in Mozilla Firefox:

<Steps>
  <Step>
    Go to the page on the Zeotap CDP App where the issue occurs.
  </Step>

  <Step>
    Click the *three dots* icon at the upper-right corner of the browser.
  </Step>

  <Step>
    From the menu, go to **More tools** > **Web Developer Tools**.
  </Step>

  <Step>
    On the web developer tools panel, click on the **Network** tab.
  </Step>

  <Step>
    Check that the **Play/Pause** icon is in **Play** mode.
  </Step>

  <Step>
    Click the **Trash** icon to clear all previous activity.
  </Step>

  <Step>
    Click the **Settings** icon at the upper-right corner of the **Network** tab and then select **Persist Logs**.
  </Step>

  <Step>
    Reproduce the steps that cause the issue.
  </Step>

  <Step>
    Right click on the log and select **Save All as HAR**.
  </Step>
</Steps>

## Safari

To create an HAR file in Safari:

<Steps>
  <Step>
    Go to the page on the Zeotap CDP App where the issue occurs.
  </Step>

  <Step>
    From the menu bar, click **Develop** and then click **Show Web Inspector**.

    * If you don’t see the Develop menu in the menu bar, then click **Safari** and select **Settings**. Click the **Advanced** tab and then select **Show Develop menu in menu bar** checkbox.
  </Step>

  <Step>
    In the web inspector panel, click the **Network** tab.
  </Step>

  <Step>
    Click the **Trash** icon clear all previous activity.
  </Step>

  <Step>
    Select the **Preserve Log** checkbox to the upper-right corner of the **Network** tab.
  </Step>

  <Step>
    Reproduce the steps that cause the issue.
  </Step>

  <Step>
    Click **Export** to save the HAR file.
  </Step>
</Steps>
