> For the complete documentation index, see [llms.txt](https://doc.batch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure.md).

# Email Authentication & Sending Structure

- [Sending Infrastructure Best Practices](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/sending-infrastructure-best-practices.md): Understand how to choose the right email sending domain, structure your IPs and why domain consistency is key for an optimal deliverability.
- [Email Authentication (SPF, DKIM, DMARC & BIMI)](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/email-authentication-spf-dkim-dmarc-and-bimi.md): Know more on Batch default setup for SPF, DKIM, DMARC, MX and BIMI.
- [Sending Subdomain Setup & Troubleshooting](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/sending-subdomain-setup-and-troubleshooting.md)
- [Sending Subdomain Architecture](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/sending-subdomain-setup-and-troubleshooting/sending-subdomain-architecture.md): Learn how to segment your email traffic across multiple subdomains  to isolate risk and optimize your sender reputation.
- [Setting Up a Sending Subdomain](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/sending-subdomain-setup-and-troubleshooting/setting-up-a-sending-subdomain.md): Get to know how to set up a new sending subdomain with Batch to send your first emails.
- [Troubleshooting Email Authentication Issues](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/sending-subdomain-setup-and-troubleshooting/troubleshooting-email-authentication-issues.md): You will find here all the information you need to troubleshoot issues with SPF, DKIM and DMARC.
- [Email Open Tracking & Tracking Pixels](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/email-open-tracking-and-tracking-pixels.md)
- [Knowing More on Tracking Pixels](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/email-open-tracking-and-tracking-pixels/knowing-more-on-tracking-pixels.md): Understanding open tracking pixels: implementation, purposes, and detection
- [Managing Email Tracking Pixels](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/email-open-tracking-and-tracking-pixels/managing-email-tracking-pixels.md): Configure email open tracking consent per profile and manage Batch's pixel insertion behavior.
- [Click Tracking & Tracking Subdomain Setup](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/click-tracking-and-tracking-subdomain-setup.md)
- [Email Click Tracking Explained](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/click-tracking-and-tracking-subdomain-setup/email-click-tracking-explained.md): Discover how tracking links are generated uniquely for each recipient and how clicks are intercepted, counted, and redirected through proxy servers.
- [Setting Up a Click Tracking Subdomain](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/click-tracking-and-tracking-subdomain-setup/setting-up-a-click-tracking-subdomain.md): Get to know how to set up a new click tracking subdomain with Batch to use your own domain in tracking links.
- [Sending IP Configuration and Selection](https://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure/sending-ip-configuration-and-selection.md): Overview of sending IP configurations, including shared and dedicated IPs, and their impact on sender reputation and deliverability.


---

# 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://doc.batch.com/guides-and-best-practices/email-deliverability/email-authentication-and-sending-structure.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.
