# Email Tracking

Email tracking is a feature that allows you to monitor the delivery and engagement of emails sent through SMTPD. This can help you understand how your emails are being received and used by recipients, and can provide valuable insights for improving the effectiveness of your email campaigns.

There are a few different ways that email tracking can be implemented:

1. [Open tracking](/master/faq/email-tracking/open-tracking.md): This tracks when an email is opened by a recipient. This is typically done by including a transparent image in the email that is loaded from SMTPD platform.
2. [Click tracking](/master/faq/email-tracking/click-tracking.md): This tracks when a recipient clicks on a link in an email. This is typically done by redirecting the link through the SMTPD platform, which allows the platform to track the click and record it in the email's tracking data.

Tracking data is usually accessible through SMTPD's API or App. This data can be used to understand how your emails are performing and to make informed decisions about how to improve their effectiveness.


---

# 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.smtpd.dev/master/faq/email-tracking.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.
