> For the complete documentation index, see [llms.txt](https://support.mailagent.email/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.mailagent.email/gmail-addon/draft-mode.md).

# Draft Mode

Draft Mode controls whether the AI agent sends emails directly or creates drafts for you to review first.

## How to Enable

1. Open the MailAgent sidebar in Gmail.
2. Click **Draft Mode**.
3. Toggle the switch ON or OFF.

## Behavior

| Setting | Behavior                                                                             |
| ------- | ------------------------------------------------------------------------------------ |
| **ON**  | The AI creates a draft in your Gmail Drafts folder. You review and send it manually. |
| **OFF** | The AI sends the email immediately on your behalf.                                   |

## When to Use Draft Mode

**Enable Draft Mode when:**

* You're first setting up MailAgent and want to verify the AI's responses.
* You're handling sensitive communications that require human review.
* You want to edit or personalize AI-generated responses before sending.
* You're fine-tuning your system prompt and want to see the results.

**Disable Draft Mode when:**

* You're confident in the AI's response quality.
* You're handling high-volume, low-risk emails (e.g., support acknowledgments).
* Speed of response is critical.

## Finding Your Drafts

When Draft Mode is on, AI-generated drafts appear in your standard Gmail **Drafts** folder. Each draft:

* Is pre-addressed to the correct recipient.
* Contains the AI-generated response body.
* Includes your configured [Email Signature](/gmail-addon/email-signature.md) (if set).
* Is part of the correct email thread.

You can edit the draft as needed before sending.


---

# 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://support.mailagent.email/gmail-addon/draft-mode.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.
