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

# AI

- [Overview](https://missiveapp.com/docs/ai/overview.md): Missive's AI assistant drafts replies, searches your emails and calendar, looks up contacts, and finds relevant canned responses. Powered by OpenAI, Anthropic Claude, or Google Gemini.
- [Setting up AI](https://missiveapp.com/docs/ai/setup.md): Connect one or more AI providers to use AI features in Missive.
- [OpenAI](https://missiveapp.com/docs/ai/setup/openai.md): Connect your OpenAI account to use GPT models in Missive.
- [Anthropic Claude](https://missiveapp.com/docs/ai/setup/anthropic.md): Connect your Anthropic account to use Claude models in Missive.
- [Google Gemini](https://missiveapp.com/docs/ai/setup/gemini.md): Connect your Google AI account to use Gemini models in Missive.
- [Using AI](https://missiveapp.com/docs/ai/using-ai.md): Learn how to use the AI assistant, prompts, and instructions in Missive.
- [Assistant](https://missiveapp.com/docs/ai/using-ai/assistant.md): Missive's AI assistant understands your full conversation, searches your emails and calendar, and helps you draft replies from the sidebar.
- [Prompts](https://missiveapp.com/docs/ai/using-ai/prompts.md): Create reusable AI actions you can run on messages or drafts.
- [MCP integrations](https://missiveapp.com/docs/ai/using-ai/mcp-integrations.md): Connect Missive AI to Notion, Linear, Attio, HubSpot, Stripe, Todoist, ClickUp, and custom MCP servers.
- [Managing shortcuts](https://missiveapp.com/docs/ai/using-ai/shortcuts.md): Control which AI prompts appear as quick actions in your interface.
- [Instructions](https://missiveapp.com/docs/ai/using-ai/instructions.md): Define AI behavior guidelines that apply to every assistant conversation across your organization.
- [AI FAQ](https://missiveapp.com/docs/ai/using-ai/faq.md): Common questions about AI features in Missive.


---

# 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://missiveapp.com/docs/ai.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.
