# Mito for Dash

- [Getting Started](/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](/mito-for-dash/dash-overview.md): Create data apps in Python.
- [Your First Dash App with Mito](/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](/mito-for-dash/mito-vs.-other-dash-components.md): Compare Dash grid components to find the best one for you.
- [API Reference](/mito-for-dash/api-reference.md): Creating and interacting with the Mito Spreadsheet component in Dash.
- [Understanding import\_folder](/mito-for-dash/api-reference/understanding-import_folder.md)
- [Dash App Gallery](/mito-for-dash/dash-app-gallery.md): More apps coming soon!
- [Common Design Patterns](/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](/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](/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](/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](/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](/mito-for-dash/common-design-patterns/set-mito-spreadsheet-theme.md)
