> 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/runner/add-header.md).

# Add Header

Add Header adds a single HTTP header to the active browser session. Use it when one header must be present for the next navigation or request.

![Add header Test Step](https://app.does.qa/screenshots/node/runner_header_add.png)

## When to use it

* Send an auth or trace header required by your application gateway.
* Add a one-off header before a single navigation step.
* Prefer [Set headers](/test-steps/runner/set-header.md) when the Flow needs a full header map at once.

## Configure

### Basics

| Field     | What to set                                                   |
| --------- | ------------------------------------------------------------- |
| **Key**   | Header name                                                   |
| **Value** | Header value as text and/or a [Value](/values/value-store.md) |

### Advanced

| Field                                 | What to set                                          |
| ------------------------------------- | ---------------------------------------------------- |
| **When should screenshots be taken?** | `Always` or `On Failures` (default)                  |
| **Status on fail**                    | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [Set headers](/test-steps/runner/set-header.md)
* [Remove all headers](/test-steps/runner/remove-all-headers.md)
* [Runner](/test-steps/runner.md)

**Tags:** `runner`, `header`, `add`
