# Getting Started

## Overview of Mito for Dash

{% hint style="info" %}
Mito for Dash is currently in beta. This means that we may make changes to the public interfaces of the `Spreadsheet` callback, as well as change how this components integrates with your Dash applications.\
\
While Mito is in beta, please note that *Mito for Dash* only works with one thread. Please keep this in mind when deploying a Dash application that includes Mito. This limitation will be relaxed in the coming weeks.&#x20;
{% endhint %}

[Dash](http://dash.plotly.com) is an open-source Python library that makes it easy to create custom data apps in pure Python. Dash is well-suited to highly-customized and enterprise-grade Python data applications.

Mito for Dash allows Dash application developers to add a Excel-like spreadsheet directly into their Dash application. This comes with a few benefits:

1. **Reduce Dash development time**: Mito comes with batteries included. Many common data cleaning and aggregation operations like filters, pivot tables, formulas, and formulas require **10x less code.**
2. **Make dashboards easy to adopt:** Mito's spreadsheet-style UI makes dashboard adoption much easier for end-users, as it's an interface they already know!
3. **Save users time with automation:** use Mito to record and automate user edits, all within Python. Make you Dash application an automation hub!

{% embed url="<https://youtu.be/xzowBy8E4Is>" %}

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Install Mito for Dash</strong></td><td>Get started by installing the <code>mitosheet</code> package for Dash.</td><td></td><td><a href="/pages/syFxyMSm8Jp5ca2s4mru">/pages/syFxyMSm8Jp5ca2s4mru</a></td></tr><tr><td><strong>API Reference</strong></td><td>Learn about how to Mito's Dash APIs, including examples and features.</td><td></td><td><a href="/pages/UTufZn4tWUSVr9x6LJIW">/pages/UTufZn4tWUSVr9x6LJIW</a></td></tr><tr><td><strong>App Gallery</strong></td><td>Try out awesome Dash applications that include the Mito spreadsheet.</td><td></td><td><a href="/pages/IBs7Dy09NDVqlLgPlIrx">/pages/IBs7Dy09NDVqlLgPlIrx</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/mito-for-dash/getting-started.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.
