# Mailofly Docs

## Docs

- [Introduction](https://docs.mailofly.com/readme.md)
- [Quick start](https://docs.mailofly.com/get-started/quick-start.md)
- [Create API key](https://docs.mailofly.com/get-started/api-keys.md)
- [Connect a sending account](https://docs.mailofly.com/get-started/sending-accounts.md)
- [Email types](https://docs.mailofly.com/get-started/email-types.md)
- [Sending examples](https://docs.mailofly.com/get-started/sending-examples.md)
- [Node.js](https://docs.mailofly.com/quickstarts/nodejs.md)
- [Python](https://docs.mailofly.com/quickstarts/python.md)
- [PHP](https://docs.mailofly.com/quickstarts/php.md)
- [Go](https://docs.mailofly.com/quickstarts/go.md)
- [Dart](https://docs.mailofly.com/quickstarts/dart.md)
- [cURL / HTTP](https://docs.mailofly.com/quickstarts/http.md)
- [SDKs](https://docs.mailofly.com/resources/sdks.md)

## Guides

- [Guides overview](https://docs.mailofly.com/guides/readme.md)
- [Sending accounts](https://docs.mailofly.com/guides/deliverability/accounts.md)
- [Domains & DNS](https://docs.mailofly.com/guides/deliverability/domains.md)
- [Contacts & segments](https://docs.mailofly.com/guides/campaigns-and-content/contacts.md)
- [Email templates](https://docs.mailofly.com/guides/campaigns-and-content/templates.md)
- [Compose](https://docs.mailofly.com/guides/campaigns-and-content/compose.md)
- [Campaigns](https://docs.mailofly.com/guides/campaigns-and-content/campaigns.md)
- [Mail logs](https://docs.mailofly.com/guides/operations/mail-logs.md)
- [API keys](https://docs.mailofly.com/guides/operations/api-keys.md)

## API Reference

- [API overview](https://docs.mailofly.com/api-reference/readme.md)
- [Accounts](https://docs.mailofly.com/api-reference/rest-api/accounts.md)
- [Segments](https://docs.mailofly.com/api-reference/rest-api/segments.md)
- [Segment contacts](https://docs.mailofly.com/api-reference/rest-api/segment-contacts.md)
- [Contacts](https://docs.mailofly.com/api-reference/rest-api/contacts.md)
- [Templates](https://docs.mailofly.com/api-reference/rest-api/templates.md)
- [Campaigns, runs & send](https://docs.mailofly.com/api-reference/rest-api/campaigns.md)
- [Emails (send)](https://docs.mailofly.com/api-reference/rest-api/emails.md)
- [Mail logs](https://docs.mailofly.com/api-reference/rest-api/mail-logs.md)

## External Integrations

- [External integrations](https://docs.mailofly.com/external-integrations/readme.md)
- [SMTP providers](https://docs.mailofly.com/external-integrations/email-infrastructure/smtp-providers.md)
- [SMTP gateway](https://docs.mailofly.com/external-integrations/email-infrastructure/smtp-gateway.md)
- [Google Workspace](https://docs.mailofly.com/external-integrations/email-infrastructure/google-workspace.md)
- [REST API automation](https://docs.mailofly.com/external-integrations/automation/rest-api-automation.md)
- [Webhooks](https://docs.mailofly.com/external-integrations/automation/webhooks.md)

## Changelog

- [External integrations](https://docs.mailofly.com/changelog/readme.md)
- [SMTP providers](https://docs.mailofly.com/changelog/email-infrastructure/smtp-providers.md)
- [SMTP gateway](https://docs.mailofly.com/changelog/email-infrastructure/smtp-gateway.md)
- [Google Workspace](https://docs.mailofly.com/changelog/email-infrastructure/google-workspace.md)
- [REST API automation](https://docs.mailofly.com/changelog/automation/rest-api-automation.md)
- [Webhooks](https://docs.mailofly.com/changelog/automation/webhooks.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mailofly.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
