> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/jentis-dcp-elements/account-settings/container-administration/tracking-configuration.md).

# Tracking Configuration

Once your container is created, the next step is to configure your tracking. On the **Tracking Configuration** tab, you will find your unique **DNS A Record** and **HTML Code**. If you enabled the **Cookie Lifetime Extender**, you will also see the details on how to configure your web server.

<figure><img src="/files/fS9LszQdpuOGDkn6XCFI" alt=""><figcaption></figcaption></figure>

Follow the instructions on the screen or read [DNS Setup](/getting-started/quickstart/make-tracking-first-party-set-your-dns.md), [JENTIS Code Snippet](https://github.com/JENTISDev/publicDocs/blob/master/jentis-dcp-elements/account-settings/container-administration/broken-reference/README.md) and [Cookie Lifetime Extender](/key-features/cookie-lifetime-extender.md) for more information on configuring each.

#### Tracking Verification and Container Status <a href="#containeradministration-trackingverificationandcontainerstatus" id="containeradministration-trackingverificationandcontainerstatus"></a>

After you configure the DNS A Record and the HTML Code on your website, it will be automatically verified in up to 30 minutes. Alternatively, you can return to your container’s configuration and click on **Verify**.

Next to your container’s name, you will find the status of your container:

* If GREEN, the consent bar is selected, DNS A Record and HTML Code are verified, and the container is published.
* If BLUE, the consent bar is selected, DNS A Record and HTML Code are verified, but the container is not yet published.
* If GREY, at least one of the configuration steps (DNS A Record, HTML Code, or Consentbar) is not completed.

<figure><img src="/files/iGUFirZtvVGHPQyXBkQn" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
After creating your container and correctly configuring your DNS A Record and the HTML Code, make sure you publish your changes on the **Publish** menu.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.jentis.com/jentis-dcp-elements/account-settings/container-administration/tracking-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
