# Sharing and Installing Missions

{% hint style="warning" %}
Sharing Missions is only possible on PC.&#x20;

Unfortunately missions are currently not shareable on Xbox due to lack of access to the file system. However, we are actively working on a solution to send missions over-the-cloud for the Xbox crowd.&#x20;
{% endhint %}

We know many of you are excited to **share and install mission packs** with friends or the community.\
And it’s super simple. Just copy and share a single file.

**Missions are saved as `.json` files**, which contain everything needed for the scenario.

***

## **📁 PC Instructions**

**Choose the right folder for you sim, and navigate to it using Windows File Explorer:**

{% code title="MSFS2020 Steam" overflow="wrap" fullWidth="false" %}

```
%appdata%\Microsoft Flight Simulator\Packages\miltechsimulations-missionhub\work\SavedScenarioFiles
```

{% endcode %}

{% code title="MSFS2020 Microsoft Store" overflow="wrap" %}

```
%localappdata%\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalState\packages\miltechsimulations-missionhub\work\SavedScenarioFiles
```

{% endcode %}

{% code title="MSFS2024 Steam" overflow="wrap" %}

```
%appdata%\Microsoft Flight Simulator 2024\WASM\MSFS2024\miltechsimulations-missionhub\work\SavedScenarioFiles
```

{% endcode %}

{% code title="MSFS2024 Store" overflow="wrap" %}

```
%localappdata%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalState\WASM\MSFS2024\miltechsimulations-missionhub\work\SavedScenarioFiles
```

{% endcode %}

In this folder you can copy and paste mission files.

### Playing the new mission

In the Mission Hub, click the 'my missions' button. Your new mission will show up there. See:[Quick Start: Playing Missions](/miltech-mission-hub/guides/quick-start-playing-missions.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.miltechsimulations.com/miltech-mission-hub/guides/sharing-and-installing-missions.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.
