# Mito Apps

### How to deploy your app?

1. Create a new directory for your app. The directory should only contain:
   1. **The jupyter notebook** you want to deploy as a streamlit app
   2. **Any required data or config files** that are required to execute the jupyter notebook.
2. Give the directory a useful name. This name will be used to generate your Streamlit app url.&#x20;
3. Turn on beta features by:
   1. Opening the Mito AI taskpane&#x20;
   2. Clicking on the `gear icon` in the top left hand corner
   3. Selecting the `General` tab
   4. Toggling `Beta mode` on
   5. Refresh your browser. You should now see a purple button in the top right hand corner of your Jupyter notebook toolbar that says `Deploy App`.
4. Once you are ready to convert your notebook, click the `Deploy App` button. Watch for status updates in the bottom ride hand corner of your sceen. In about 3 minutes, your app will be deployed and ready to share with your colleagues.&#x20;

{% hint style="info" %}
Mito Apps is in beta. As we continue to develop the Mito App infrastructure, your existing apps are likely to be taken offline without notice.&#x20;
{% endhint %}


---

# 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/apps/overview.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.
