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

# Email

- [Verify Domain](https://help.saino.io/email/verify-domain.md): Fully brand your emails with your own domain name and improve your delivery with domain reputation. Below is the domain Authentication parameter. The customer has to add this to his domain DNS.
- [Email Template Guide](https://help.saino.io/email/email-template-guide.md)
- [Spam Filters And How Do We Stay Out of It](https://help.saino.io/email/spam-filters-and-how-do-we-stay-out-of-it.md): Tips to Improve email deliverability and stay out of the spam folder. How to send your messages so that they can reach to customer inbox.
- [Spam Words and Phrases to Avoid in your Email Marketing](https://help.saino.io/email/spam-words-and-phrases-to-avoid-in-your-email-marketing.md): Avoid words that Make False, Exaggerated Claims and Promises. Saino First team prepared a list of words which can be avoided or can be replaced with alternate words in your next email campaign.
- [EMAIL Guide](https://help.saino.io/email/email-guide.md): Build better relationships with your recipients with every campaign you send. Create, design, and schedule your email campaign in a go.
- [Email Cleaner Guide](https://help.saino.io/email/email-cleaner-guide.md): Email Cleaner is created to ensure that you send high volume emails avoiding deliverability issues. The system works by reducing and eliminating invalid and inactive email addresses.


---

# 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://help.saino.io/email.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.
