> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/channels/audiohook/configuration.md).

# Configuration

### Audiohook Configuration Requirements <a href="#maestra-configuration-requirements" id="maestra-configuration-requirements"></a>

To successfully configure the **Audiohook** integration, you must obtain the required credentials from the **Audiohook team** before completing the setup.

#### **Required Details**

Please contact the Audiohook team and request the following information:<br>

* **Audiohook ID**\
  It is the account Id that is provided by Audiohook.

#### **Enable browser pixel?**

The browser pixel is one of the key concepts that Audiohook is prioritizing. By enabling this option, we will begin sending browser events alongside the server events that you receive automatically. We ensure that both the browser and server events share the same event ID, allowing Audiohook to deduplicate events and maximize the benefits from both sources. If you are using our browser integration or any of our apps, enabling this feature will work seamlessly. For headless applications, you will need to add our NPM package to your project to allow support—more on [NPM packages](https://docs.edgetag.io/implementation/headless/browser-packages).

#### **Setup Instructions**

1. Reach out to the **Audiohook team** to obtain the required credentials listed above.
2. Open the **Audiohook provider configuration** form in the dashboard.
3. Enter the **Audiohook ID** into their respective fields.
4. To enable browser-side tracking, please check the box below.
5. Click **Save & Deploy** to apply the configuration.


---

# 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://docs.edgetag.io/channels/audiohook/configuration.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.
