> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/data-manager/tracker-policy/edit-tracker-policy.md).

# Edit tracker policy

{% hint style="success" %}
**Access Type**: Data Manager - Editor
{% endhint %}

A tracker policy is a document that explains what tracking technologies a website or application uses, why they are used, and what choices end-users have to control or opt out of them. In this article, we will cover how to edit an existing tracker policy.

{% hint style="warning" %}
**Note**: An edited tracker policy in the Didomi console will need to be re-downloaded and re-implemented on any website or application's source code.
{% endhint %}

Click **Data Manager** on the left-hand panel and select the **Trackers** tab on the subsequent page.

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2F05iDfAhRHBEW6Mwy6KEm%2FScreenshot%202026-07-30%20at%209.49.39%E2%80%AFAM.png?alt=media&amp;token=f6873f87-6a22-49da-9539-97ecbfa3a345" alt="" width="563"><figcaption></figcaption></figure>

Click **Manage Tracker Policy**.

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2F0C9k0znXMx9MtUEDq6bK%2FScreenshot%202026-07-30%20at%209.52.47%E2%80%AFAM.png?alt=media&amp;token=e6ac5cbc-b387-4ee3-b6f9-683d966f1c91" alt="" width="563"><figcaption></figcaption></figure>

Navigate to a tracker policy on the subsequent list and click the **Edit** icon inline with the tracker policy name.

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FSpKBG1DKIe40aJu5rA3J%2FScreenshot%202026-08-03%20at%207.00.13%E2%80%AFAM.png?alt=media&amp;token=3b3df883-d056-45e0-bae0-fdf4d9fd19cd" alt="" width="563"><figcaption></figcaption></figure>

Use the provided fields to edit:

<table data-header-hidden><thead><tr><th width="243"></th><th></th></tr></thead><tbody><tr><td>Policy content</td><td>Enables your organization to add/edit the copy for your organization's tracker policy</td></tr><tr><td>Tracker table</td><td>Use the provided table to add or remove trackers to your organization's tracker policy. <a href="/data-manager/tracker-policy/configure-tracker-policy.md#tracker-table">Click here</a> for additional information. </td></tr></tbody></table>

Click **Save Changes** when finished.

{% hint style="warning" %}
**Note**: An edited tracker policy in the Didomi console will need to be re-downloaded and re-implemented on any website or application's source code.
{% endhint %}

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FqGzvF7HrkOvXIViHtOyu%2FScreenshot%202026-08-03%20at%207.23.42%E2%80%AFAM.png?alt=media&amp;token=7ea8513e-762c-4e0e-b8d3-9c50c264e96a" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.didomi.io/data-manager/tracker-policy/edit-tracker-policy.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.
