> For the complete documentation index, see [llms.txt](https://docs.mailtrap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mailtrap.io/email-marketing.md).

# Email Marketing

- [Overview](https://docs.mailtrap.io/email-marketing/overview.md): Create, send, and analyze email marketing campaigns with Mailtrap's comprehensive marketing platform
- [Campaign Management](https://docs.mailtrap.io/email-marketing/campaigns.md): Create, schedule, and manage email marketing campaigns
- [Email throttling](https://docs.mailtrap.io/email-marketing/campaigns/email-throttling.md)
- [Campaign Scheduling](https://docs.mailtrap.io/email-marketing/campaigns/scheduling.md): Schedule your email campaigns up to two weeks in advance
- [Email Templates](https://docs.mailtrap.io/email-marketing/campaigns/email-templates.md): Design, edit, and host HTML email templates and reference them via API.
- [Stats](https://docs.mailtrap.io/email-marketing/campaigns/statistics.md): View and analyze email campaign performance metrics and analytics
- [Automations](https://docs.mailtrap.io/email-marketing/automations.md): Create automated email sequences to engage your contacts with triggers, actions, and rules.
- [Contacts Management](https://docs.mailtrap.io/email-marketing/contacts.md): Upload, store, and organize your contacts in email lists to send targeted campaigns.
- [Overview](https://docs.mailtrap.io/email-marketing/contacts/overview.md): Search, filter, edit, and perform bulk operations on your contact database
- [Custom Fields](https://docs.mailtrap.io/email-marketing/contacts/custom-fields.md): Create and manage custom fields to store additional contact information for personalization
- [Import Contacts](https://docs.mailtrap.io/email-marketing/contacts/import-contacts.md): Import contacts via CSV, API, or third-party integrations
- [Lists](https://docs.mailtrap.io/email-marketing/contacts/lists.md): Organize contacts into targeted groups for effective email campaigns
- [Segments](https://docs.mailtrap.io/email-marketing/contacts/segments.md): Create dynamic contact groups that automatically update based on criteria
- [Help & Support](https://docs.mailtrap.io/email-marketing/help.md): Get help with Email Marketing issues and find answers to common questions
- [FAQs](https://docs.mailtrap.io/email-marketing/help/faqs.md): Frequently asked questions about Mailtrap Email Marketing


---

# 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.mailtrap.io/email-marketing.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.
