# Welcome to the Mission Hub

## Overview

Miltech Mission Hub lets you create and play custom missions in Microsoft Flight Simulator. Mission Hub adds meaningful structure and activities to your flight experience. To create missions, no coding is required!

## Guides

*From quick start guides to detailed explanation, get step by step guides here:*

{% content-ref url="/pages/tg6JFXzDd8r4JK8vaan9" %}
[Quick Start: Playing Missions](/miltech-mission-hub/guides/quick-start-playing-missions.md)
{% endcontent-ref %}

Gives a quick overview of the UI and process for playing missions.

{% content-ref url="/pages/Zj3AT1hyyR6kJaLkMpsA" %}
[Quick Start: Creating Missions](/miltech-mission-hub/guides/quick-start-creating-missions.md)
{% endcontent-ref %}

Gives a quick overview of the UI and basic process for creating missions.

{% content-ref url="/pages/LgdmLv66I6mXpABdhKlk" %}
[Mission Logic Basics: Events, Actions, and Connections](/miltech-mission-hub/guides/mission-logic-basics-events-actions-and-connections.md)
{% endcontent-ref %}

Learn how to make your missions interactive and dynamic by linking events and actions between map objects. This guide explains the fundamentals of mission logic, helping you create missions that react to what the player does.

{% content-ref url="/pages/CqaXGN7A48ZzC0xpiQWa" %}
[Building Detailed Missions: Objectives, Triggers, and Activities](/miltech-mission-hub/guides/building-detailed-missions-objectives-triggers-and-activities.md)
{% endcontent-ref %}

Guide players through detailed missions by using objectives, triggers, and activities. Learn to structure your mission flow, control what happens when, and organize everything for a great player experience.

{% content-ref url="/pages/PJCauHQH8Wcm6TQ2Gr1I" %}
[Adding a route to your mission](/miltech-mission-hub/guides/adding-a-route-to-your-mission.md)
{% endcontent-ref %}

Learn how to add and edit a flight route for your mission that is displayed to the players on both the map and aircraft systems.

{% content-ref url="/pages/baiMjES2SMJIovtKT9hA" %}
[Sharing and Installing Missions](/miltech-mission-hub/guides/sharing-and-installing-missions.md)
{% endcontent-ref %}

For PC users; how to access your saved missions and paste shared missions.

## Detailed Documentation

*Want to learn about specifics? Look here:*

{% content-ref url="/pages/KHRHccZ2P8PL6R4Jcnse" %}
[Mission Settings](/miltech-mission-hub/detailed-documentation/mission-settings.md)
{% endcontent-ref %}

Info about what all the different mission settings do.

{% content-ref url="/pages/5zELDwA96iuIyWUkNgA6" %}
[Map Objects](/miltech-mission-hub/detailed-documentation/map-objects.md)
{% endcontent-ref %}

Info about all the objects you can add with the mission editor.


---

# 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/welcome-to-the-mission-hub.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.
