# Configuration

Let's review all the fields in the form and how to use them while adding the DotDigital channel.

<figure><img src="/files/41XL6p9dESNZ5NdzbBL8" alt=""><figcaption></figcaption></figure>

### API Username

\
API Username is your unique identifier that authenticates your DotDigital account for API access. DotDigital uses this username along with your password to validate your identity and authorize EdgeTag to send events to your account. When EdgeTag sends events to DotDigital's Insight Data Collections API, this username is included in the Basic Authentication header to authenticate the request and ensure events are routed to the correct account.

**Where can you find the API Username in DotDigital?**\
Please follow the steps mentioned here: [Onboarding](/channels/dotdigital/onboarding.md#steps-to-get-api-username-and-api-password)

### API Password

\
API Password is a secure authentication token that validates your identity and authorizes EdgeTag to send events to your DotDigital account. This password, combined with your API username, ensures that only authorized applications can send events to your DotDigital account, protecting your data and preventing unauthorized access. EdgeTag includes this password in the Basic Authentication header of every HTTP request to DotDigital's API to authenticate the request and prove that the events are coming from your authorized integration.

\
**Where can you find the API Password in DotDigital?**\
Please follow the steps mentioned here: [Onboarding](/channels/dotdigital/onboarding.md#steps-to-get-api-username-and-api-password)


---

# 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.edgetag.io/channels/dotdigital/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.
