# Share Mito Spreadsheets Across Users

## Context

Each Mito spreadsheet has a unique ID called the `analysis_to_replay` ID. When you create a new Mito spreadsheet, a new analysis\_to\_replay ID is automatically created. It will look like this.&#x20;

<figure><img src="/files/EGtIAvuiDe2N54DbuXvJ" alt=""><figcaption></figcaption></figure>

That ID is used for a couple different things:

1. When you edit a Mito spreadsheet, Mito saves metadata about your analysis in the `.mito` folder on your computer.&#x20;
2. When you rerun a `mitosheet.sheet()` call with an analysis\_to\_replay parameter, Mito looks up the metadata for that analysis saved in the `.mito` folder and uses it to repopulate the Mito spreadsheet with your analysis. That means, *if you want to load an existing Mito spreadsheet, you need to have the metadata file in your .mito folder.*

## Sharing Mito Spreadsheets through a Shared Drive

If you want to share your Mito spreadsheet with your team, they must have access to the metadata file for the analysis. To do that, set the following environment variables in your Jupyter server to change the location of your Mito to a shared drive.&#x20;

```
'MITO_CONFIG_HOME_FOLDER' = 'path/to/shared/drive'
```

You can save this environment variable in your virtual environment for persistent use.&#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/how-to-1/share-mito-spreadsheets-across-users.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.
