> ## Documentation Index
> Fetch the complete documentation index at: https://resend.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Best Practices Skill

> Comprehensive guide for building production-ready email systems with AI agents.

The Email Best Practices skill provides AI agents with comprehensive knowledge for building production-ready email integrations in your applications. It covers authentication, compliance, deliverability, and operational best practices.

## Installation

Install the skill using the following command:

```bash theme={"theme":{"light":"github-light","dark":"vesper"}}
npx skills add resend/email-best-practices
```

## Advantages

* **DNS authentication guidance**: Step-by-step instructions for setting up SPF, DKIM, and DMARC records.
* **Transactional and marketing email design**: Best practices for designing effective transactional and marketing emails.
* **Regional compliance**: Guidelines for CAN-SPAM, GDPR, CASL, and other regional email regulations.
* **Webhook event processing**: Patterns for handling delivery notifications, bounces, and complaints.
* **Suppression list management**: Strategies for maintaining healthy suppression lists and improving deliverability.

## Learn More

<Card title="View on GitHub" icon="arrow-up-right-from-square" href="https://github.com/resend/email-best-practices">
  See the full source code and documentation.
</Card>
