> For the complete documentation index, see [llms.txt](https://humanic.gitbook.io/humanic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://humanic.gitbook.io/humanic/getting-started-with-humanic/domain-setup/open-and-click-tracking.md).

# Open and Click Tracking

### Open and Click Tracking <a href="#open-and-click-tracking" id="open-and-click-tracking"></a>

Open and click tracking is disabled by default for all domains. You can enable it by clicking on the toggles within the domain settings.

For best deliverability, we recommend disabling click and open tracking [for sensitive transactional emails](https://resend.com/docs/dashboard/emails/deliverability-insights#disable-click-tracking).

### [​](https://resend.com/docs/dashboard/domains/introduction#how-open-tracking-works)How Open Tracking Works <a href="#how-open-tracking-works" id="how-open-tracking-works"></a>

A 1x1 pixel transparent GIF image is inserted in each email and includes a unique reference to this image file. When the image is downloaded, Resend can tell exactly which message was opened and by whom.

### [​](https://resend.com/docs/dashboard/domains/introduction#how-click-tracking-works)How Click Tracking Works <a href="#how-click-tracking-works" id="how-click-tracking-works"></a>

To track clicks, Resend modifies each link in the body of the HTML email. When recipients open a link, they are sent to a Resend server, and are immediately redirected to the URL destination.


---

# 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://humanic.gitbook.io/humanic/getting-started-with-humanic/domain-setup/open-and-click-tracking.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.
