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

# Getting Started

- [Install Mail Rocket](https://docs.mailrocket.io/getting-started/install-mail-rocket.md)
- [Mail Rocket Tutorial](https://docs.mailrocket.io/getting-started/mail-rocket-tutorial.md): Learn how to launch your first mail merge campaign with Mail Rocket right within Gmail.
- [Advanced features](https://docs.mailrocket.io/getting-started/advanced-features.md): Certain features are exclusively available with Mail Rocket Premium.
- [Email tracking](https://docs.mailrocket.io/getting-started/advanced-features/email-tracking.md)
- [Personalized email templates](https://docs.mailrocket.io/getting-started/advanced-features/personalized-email-templates.md)
- [Preview emails](https://docs.mailrocket.io/getting-started/advanced-features/preview-emails.md)
- [Unsubscribe Link](https://docs.mailrocket.io/getting-started/advanced-features/unsubscribe-link.md)
- [File Attachments](https://docs.mailrocket.io/getting-started/advanced-features/file-attachments.md)
- [Insert Images](https://docs.mailrocket.io/getting-started/advanced-features/insert-images.md)
- [Add Cc, Bcc and Reply-To](https://docs.mailrocket.io/getting-started/advanced-features/add-cc-bcc-and-reply-to.md)
- [Add multiple recipients](https://docs.mailrocket.io/getting-started/advanced-features/add-multiple-recipients.md)
- [Personalized link](https://docs.mailrocket.io/getting-started/advanced-features/personalized-link.md)
- [Personalized attachments](https://docs.mailrocket.io/getting-started/advanced-features/personalized-attachments.md)
- [Filter recipients](https://docs.mailrocket.io/getting-started/advanced-features/filter-recipients.md)
- [Max emails per day](https://docs.mailrocket.io/getting-started/advanced-features/max-emails-per-day.md)
- [Delay between emails](https://docs.mailrocket.io/getting-started/advanced-features/delay-between-emails.md)
- [Schedule campaign](https://docs.mailrocket.io/getting-started/advanced-features/schedule-campaign.md)
- [Email quota](https://docs.mailrocket.io/getting-started/email-quota.md)
- [Sending guidelines](https://docs.mailrocket.io/getting-started/sending-guidelines.md)


---

# 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.mailrocket.io/getting-started.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.
