# Mito Desktop FAQ

### Where can I get the desktop app?

The desktop app can be downloaded from the [downloads page](http://trymito.io/downloads).

### What is the difference between the desktop app and the pip package?

* **Desktop app**: Self-contained and handles setup for you, including installing Python and the required packages.
* **Pip package**: Best if you already use Jupyter Lab and just want to add Mito to your environment.

### So which should I go with (desktop or pip)?

* **Desktop app**: If you’re starting from scratch or aren’t comfortable with the command line and virtual environments.
* **Pip package**: If you already have Jupyter Lab and want a quick install.

### What is a workspace?

When you first download the desktop app, you’ll be prompted to set up a workspace. This workspace is a managed environment that comes with a specific version of Python and a set of data science tools to get you started.&#x20;

### The workspace is taking a long time to setup.

On some systems (like Windows), setting up the workspace may take longer. It's difficult to say how long this process will take, considering that internet speeds and computer's specs vary.&#x20;

However, if you don't receive a failure message, rest assured the installation is working as expected. The good news is that you only need to setup the workspace once. &#x20;


---

# 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/mito-desktop-faq.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.
