# How to add custom request headers to a webhook

## Why add custom request headers?

Adding custom request headers lets you send extra information with the webhook, like security keys or important details the receiving server needs.

## Adding custom request headers

You can customize you request header by pressing the “Add request header”-button. It adds two fields that must contain name and value. The value and name will be included in the request header being sent, when the webhook is triggered.

<figure><img src="/files/zUrfzYzKEMUtsa4eFW5d" alt=""><figcaption><p>Webhook configuration page</p></figcaption></figure>


---

# 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.struct.com/tutorials/guides/how-to-use-webhooks/how-to-add-custom-request-headers-to-a-webhook.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.
