> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/utility/start-har-recording.md).

# Start HAR Recording

Start HAR recording begins a network capture for the Test Case. Place it before the journey you want to inspect, and end it with [End HAR recording](/test-steps/utility/end-har-recording.md).

![Start HAR recording Test Step](https://app.does.qa/screenshots/node/utility_har_recordStart.png)

## When to use it

* Capture requests around a login, checkout, or API-heavy path.
* Bracket only the section you care about so the HAR stays small and readable.

## Example Flow

Start the recording, run the page journey, then end the recording.

![Start HAR recording, Open, End HAR recording](/files/0IHRwWhIE6E2O3pPSxHb)

## Configure

This step has no fields. Place it in the Flow, then add [End HAR recording](/test-steps/utility/end-har-recording.md) after the path you want to capture.

{% hint style="info" %}
**Pro tip:** Start HAR recording before [Open](/test-steps/starter/open.md) when you need the first page load in the capture.
{% endhint %}

## Related

* [End HAR recording](/test-steps/utility/end-har-recording.md)
* [Start console recording](/test-steps/utility/start-console-recording.md)
* [Utilities](/test-steps/utility.md)

**Tags:** `utility`, `har`, `recordStart`, `network`, `logs`
