# 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: 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:

```
GET https://missiveapp.com/docs/ai.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.
