# Data Copilot

- [Mito AI Core Concepts](https://docs.trymito.io/mito-ai/data-copilot.md): Make your Python environment intelligent.
- [Agent](https://docs.trymito.io/mito-ai/agent.md)
- [Chat](https://docs.trymito.io/mito-ai/chat.md)
- [Autocomplete](https://docs.trymito.io/mito-ai/autocomplete.md)
- [Smart Debugging](https://docs.trymito.io/mito-ai/smart-debugging.md)
- [Chart Wizard](https://docs.trymito.io/mito-ai/chart-wizard.md)
- [Rules](https://docs.trymito.io/mito-ai/rules.md): Control how Mito AI behaves with reusable instructions.
- [Configuring AI Provider Keys](https://docs.trymito.io/mito-ai/configuring-ai-provider-keys.md): This page explains how to configure Mito Data Copilot to use your own AI API keys instead of the Mito server.
- [Using Github Copilot with Mito AI](https://docs.trymito.io/mito-ai/configuring-ai-provider-keys/using-github-copilot-with-mito-ai.md)
- [Database Connectors](https://docs.trymito.io/mito-ai/database-connectors.md): Use Mito AI to query you databases in natural language.
- [Database Drivers](https://docs.trymito.io/mito-ai/database-connectors/database-drivers.md)
- [Microsoft SQL Server](https://docs.trymito.io/mito-ai/database-connectors/microsoft-sql-server.md)
- [Snowflake](https://docs.trymito.io/mito-ai/database-connectors/snowflake.md)
- [Mito AI MCP Server](https://docs.trymito.io/mito-ai/mito-ai-mcp-server.md): Connect and use the Mito Agent in your application of choice using an MCP server
- [AI Data Usage FAQ](https://docs.trymito.io/mito-ai/ai-data-usage-faq.md)


---

# 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://docs.trymito.io/mito-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.
