# Using AI

Once you've [connected an AI provider](https://missiveapp.com/docs/ai/setup), you can start using AI features across Missive.

## Features

<table><thead><tr><th width="168.01043701171875">Feature</th><th>What it does</th></tr></thead><tbody><tr><td><a href="using-ai/assistant"><strong>Assistant</strong></a></td><td>A conversational AI sidebar that reads your conversations, searches your emails and calendar, looks up contacts, and drafts replies.</td></tr><tr><td><a href="using-ai/prompts"><strong>Prompts</strong></a></td><td>Reusable one-click AI actions you can run on messages or drafts: summarize, translate, generate a reply from a template.</td></tr><tr><td><a href="using-ai/instructions"><strong>Instructions</strong></a></td><td>Persistent guidelines that shape how AI behaves across your organization: tone, boundaries, domain context.</td></tr></tbody></table>

## Next steps

* [Use assistant](https://missiveapp.com/docs/ai/using-ai/assistant)
* [Create prompts](https://missiveapp.com/docs/ai/using-ai/prompts)
* [Define instructions](https://missiveapp.com/docs/ai/using-ai/instructions)
* [AI FAQ](https://missiveapp.com/docs/ai/using-ai/faq)


---

# 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/using-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.
