> For the complete documentation index, see [llms.txt](https://docs.sfbx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sfbx.io/go-further/find-trackers-on-your-website-consent-guard.md).

# Find trackers on your website (Consent Guard)

Consent Guard is useful to see the trackers that are placed on your website, engage a clean-up by removing unwanted cookies if necessary, and finally create your source accordingly.

1. In the left menu, go to **Consent Guard**.&#x20;
2. Then enter a URL address you would scan in the field **Find out which trackers are used on your website.**
3. &#x20;**Enter your website URL and run a scan.**

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

Our tool will need a few seconds to find all the trackers present on your website.

Then, on the result page, you have these informations for each tracker :

* a name
* a type: cookie; local storage; storage
* a domain ( it's an URL)
* a vendor name
* the privacy policy link of the vendor
* a tracker's category ( necessary, functional, analytics, performance, advertising, other)
* a description
* an expiration date

<figure><img src="/files/5iDRW07mRRMYBnNkzbPW" alt=""><figcaption></figcaption></figure>

Once a report is created, you can access it from the main Consent Guard page, at the Report section. From there you can export any report in PDF or CSV format and also delete some reports from the column Actions.

Now, you know all your vendors you can [create your source](/configuration/step-2-create-a-notice/2.1.-create-a-source.md) and add them accordingly in the vendor's field.


---

# 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.sfbx.io/go-further/find-trackers-on-your-website-consent-guard.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.
