# Mito for Dash

- [Getting Started](https://docs.trymito.io/mito-for-dash/getting-started.md): Add a fully featured spreadsheet to your Dash app with just a couple of lines of code.
- [Dash Overview](https://docs.trymito.io/mito-for-dash/dash-overview.md): Create data apps in Python.
- [Your First Dash App with Mito](https://docs.trymito.io/mito-for-dash/your-first-dash-app-with-mito.md): A Quickstart guide to creating your first Dash app with the Mito Spreadsheet.
- [Mito vs. Other Dash Components](https://docs.trymito.io/mito-for-dash/mito-vs.-other-dash-components.md): Compare Dash grid components to find the best one for you.
- [API Reference](https://docs.trymito.io/mito-for-dash/api-reference.md): Creating and interacting with the Mito Spreadsheet component in Dash.
- [Understanding import\_folder](https://docs.trymito.io/mito-for-dash/api-reference/understanding-import_folder.md)
- [Dash App Gallery](https://docs.trymito.io/mito-for-dash/dash-app-gallery.md): More apps coming soon!
- [Common Design Patterns](https://docs.trymito.io/mito-for-dash/common-design-patterns.md): Want to do something specific with your Mito sheet in Dash? Check out the guides here:
- [Refresh Sheet Data Periodically](https://docs.trymito.io/mito-for-dash/common-design-patterns/refresh-sheet-data-periodically.md): Change the data that is displayed in your spreadsheet.
- [Change Sheet Data from a Select](https://docs.trymito.io/mito-for-dash/common-design-patterns/change-sheet-data-from-a-select.md): Refresh your analysis with new data, configured through a Dash select component.
- [Filter Other Elements to Data Selected in Mito](https://docs.trymito.io/mito-for-dash/common-design-patterns/filter-other-elements-to-data-selected-in-mito.md): Subscribe to the spreadsheet\_selection to enable cross filtering
- [Graph New Data after Edits to Mito](https://docs.trymito.io/mito-for-dash/common-design-patterns/graph-new-data-after-edits-to-mito.md): Build dynamic graphs that update to your users's Mito edits.
- [Set Mito Spreadsheet Theme](https://docs.trymito.io/mito-for-dash/common-design-patterns/set-mito-spreadsheet-theme.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-for-dash.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.
