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

# Guides overview

Product guides explain **what each Mailofly feature does**, **how to use it in the app**, and **how it connects to the rest of your stack**.

{% hint style="info" %}
New to Mailofly? Start with [**Quick start**](https://docs.mailofly.com/getting-started/quick-start) in the Docs section.
{% endhint %}

## Feature map

| Guide                                                            | You'll learn                                         |
| ---------------------------------------------------------------- | ---------------------------------------------------- |
| [Sending accounts](/guides/deliverability/accounts.md)           | SMTP, Google OAuth, domain relay, daily limits       |
| [Domains & DNS](/guides/deliverability/domains.md)               | Verify apex domains, SPF/DKIM/DMARC for domain relay |
| [Contacts & segments](/guides/campaigns-and-content/contacts.md) | Audiences, CSV import, Google Sheets sync            |
| [Email templates](/guides/campaigns-and-content/templates.md)    | Visual builder, merge tags, personalization          |
| [Compose](/guides/campaigns-and-content/compose.md)              | One-off sends from the app or API                    |
| [Campaigns](/guides/campaigns-and-content/campaigns.md)          | Scheduling, automation, run history                  |
| [Mail logs](/guides/operations/mail-logs.md)                     | Delivery status, debugging, API queries              |
| [API keys](/guides/operations/api-keys.md)                       | Programmatic access and security                     |

## Typical workflows

### Launch a newsletter

```
Accounts → Contacts (segment + CSV) → Templates → Campaigns → Send now → Mail logs
```

### Send a transactional email via API

```
API keys → Accounts (copy acc_ key) → POST /api/v1/compose → Mail logs
```

### Sync a live audience from Google Sheets

```
Contacts → Google Sheet tab → Connect sheet to segment → Campaign targets segment
```

## Plan capabilities

Some features require a paid plan:

| Feature                        | Free | Basic+ |
| ------------------------------ | ---- | ------ |
| Manual & one-time campaigns    | ✓    | ✓      |
| Recurring automation           | ✗    | ✓      |
| Google Sheets sync             | ✗    | ✓      |
| Mailofly AI (template writing) | ✗    | ✓      |

See [**Pricing**](https://www.mailofly.com/pricing) for full plan comparison.

## Need the API?

Head to [**API Reference**](https://docs.mailofly.com/api) for every endpoint, request body, and cURL example.


---

# 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.mailofly.com/guides/readme.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.
