# Installing Mito

Mito is an AI-powered coding assistant built directly into Jupyter, designed for data analysts who have outgrown Excel and are moving into Python. It brings the familiarity of spreadsheets into the Jupyter environment while adding automation, code generation, and AI support to make analysis faster and more accessible.

## Quick Start

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="http://trymito.io/downloads"><strong>Desktop App</strong></a></td><td><mark style="color:$info;">The easiest way to get started with Mito.</mark></td><td data-object-fit="fill"><a href="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FklimMM7jTpXehJhXuhtW%2FScreenshot%202025-09-19%20at%2012.26.53%E2%80%AFPM.png?alt=media&#x26;token=8f078422-8345-4dcd-8984-cfd268ec9ab0">Screenshot 2025-09-19 at 12.26.53 PM.png</a></td><td><a href="http://trymito.io/downloads">http://trymito.io/downloads</a></td></tr><tr><td><a href="installing-mito/installing-mito-using-pip"><strong>Pip Package</strong></a></td><td><mark style="color:$info;">Best for Jupyter users that want to integrate Mito into their existing setups.</mark></td><td data-object-fit="fill"><a href="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FT0tAbcZndcIAUPlITdlh%2FScreenshot%202025-09-19%20at%2012.25.14%E2%80%AFPM.png?alt=media&#x26;token=7a974dba-09c3-4eea-88d6-fc75647acc94">Screenshot 2025-09-19 at 12.25.14 PM.png</a></td><td><a href="installing-mito/installing-mito-using-pip">installing-mito-using-pip</a></td></tr><tr><td><a href="../mito-ai/mito-ai-mcp-server"><strong>MCP Server</strong></a></td><td>Connect and use the Mito Agent in your application of choice</td><td><a href="https://2294704369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_U5ZCmiamDOXEOOTC%2Fuploads%2FMTNW3Vn5bclx5jA23fra%2Fmcp_logo.webp?alt=media&#x26;token=bbfe95eb-c3fb-4690-aa7c-6e3be9d8afbc">mcp_logo.webp</a></td><td><a href="../mito-ai/mito-ai-mcp-server">mito-ai-mcp-server</a></td></tr></tbody></table>


---

# 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/getting-started/installing-mito.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.
