# Adding a route to your mission

A route is a flight plan that can guide the player through the mission, displayed both on the in-game map and onboard aircraft systems.

### Adding a Route

Routes guide the player through the mission, providing waypoints on the in-game map and aircraft systems.

{% stepper %}
{% step %}

### Add the first waypoint

<div align="left"><figure><img src="/files/pAEROu6lmnAF7n2yS5vY" alt="" width="147"><figcaption></figcaption></figure></div>

Click the map and select Route from the object popup
{% endstep %}

{% step %}

### Use the route editing mode to add, move or delete waypoints

<div align="left"><figure><img src="/files/cSdgzm5vvkXTfSkU5iUd" alt="" width="254"><figcaption></figcaption></figure></div>

With the quick buttons next to the waypoint, you can:

1. Move the waypoint
2. Add a waypoint before
3. Add a waypoint after

<div align="left"><figure><img src="/files/nXQAGFaaBQK8L6bHD1eC" alt="" width="563"><figcaption></figcaption></figure></div>

To open the waypoint details, click on the waypoint. Here you can:

1. Move the waypoint
2. Name the waypoint. In contrast to the names of Map Objects, this name will be displayed to the player during the mission.
3. Delete the waypoint
4. Set the altitude (optional)
5. Set the ICAO (optional). If the waypoint is an airport.
6. Set the waypoint type:
   * User: Any custom waypoint
   * Airport: If the waypoint is a specific airport. Also set the ICAO in this case.
     {% endstep %}

{% step %}

### Finish route editing

<div><figure><img src="/files/qDbAE3GDO43oYNg60gCL" alt=""><figcaption><p>Route editing mode</p></figcaption></figure> <figure><img src="/files/ySLg79yConH8eZKDXTZs" alt=""><figcaption><p>Regular route display</p></figcaption></figure></div>

To finish, click anywhere outside the route. Re-enter editing mode by clicking the route again.

When editing the route, the other map objects are hidden. When you exit route editing, the map objects will appear again, on top of the route.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Only one route can be active and it is static (set at mission start and cannot change during the mission).
{% 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.miltechsimulations.com/miltech-mission-hub/guides/adding-a-route-to-your-mission.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.
