> For the complete documentation index, see [llms.txt](https://docs.miltechsimulations.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miltechsimulations.com/miltech-mission-hub/detailed-documentation/mission-settings.md).

# Mission Settings

## ✏ Scenario Details

<table data-header-hidden data-full-width="false"><thead><tr><th width="109.99993896484375">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Title</strong></td><td>Title of the mission as displayed to other users.</td></tr><tr><td><strong>Description</strong></td><td>Short description of the mission.</td></tr><tr><td><strong>Author</strong></td><td>Your user name / company name.</td></tr><tr><td><strong>Mission Type</strong></td><td><p>Used to filter different mission types:</p><ul><li>Training</li><li>Search and Rescue</li><li>Firefighting</li><li>Cargo</li><li>Passenger</li><li>Airdrop</li><li>Patrol</li><li>Campaign</li></ul></td></tr><tr><td><strong>Allowed Aircraft Type</strong></td><td><p>Used to tell the player if the mission is compatible with their current aircraft:</p><ul><li>All</li><li>Airplane</li><li>Helicopter</li></ul></td></tr></tbody></table>

## 📄 Briefing

<table data-header-hidden data-full-width="false"><thead><tr><th width="109.99993896484375">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Difficulty</strong></td><td><p>Used to show the player how difficult the mission will be:</p><ul><li>Easy</li><li>Normal</li><li>Hard</li></ul></td></tr><tr><td><strong>Estimated Duration</strong></td><td>Estimated duration of the mission in minutes.</td></tr><tr><td><strong>Briefing Text</strong></td><td>(Detailed) text to explain the mission objectives to the player.</td></tr></tbody></table>

## 📅 Date and Time

<table data-header-hidden data-full-width="false"><thead><tr><th width="109.99993896484375">Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Live Date and Time</strong></td><td>Set live date and time in the mission.</td></tr><tr><td><strong>Year</strong></td><td></td></tr><tr><td><strong>Month</strong></td><td></td></tr><tr><td><strong>Day</strong></td><td></td></tr><tr><td><strong>Hours</strong></td><td></td></tr><tr><td><strong>Minutes</strong></td><td></td></tr></tbody></table>

## 🌎 Environment

<table data-header-hidden data-full-width="false"><thead><tr><th width="109.99993896484375">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Weather Preset</td><td><p>Can be:</p><ul><li>Live Weather</li><li>Clear Skies</li><li>Few Clouds</li><li>Scattered Clouds</li><li>Broken Clouds</li><li>High Level Clouds</li><li>Overcast</li><li>Rain</li><li>Storm</li><li>Snow</li></ul></td></tr><tr><td>Multiplayer</td><td>Enable multiplayer in the mission.</td></tr><tr><td>Online traffic</td><td>Enable online air traffic in the mission.</td></tr><tr><td>AI traffic</td><td>Enable automatically generated air traffic in the mission.</td></tr><tr><td>Airport traffic</td><td>Enable airport vehicles (e.g. fuel trucks, fire trucks).</td></tr><tr><td>Road traffic</td><td>Enable road traffic.</td></tr><tr><td>Boat traffic</td><td>Enable boat traffic.</td></tr></tbody></table>

## 🌟 Advanced

{% hint style="info" %}

## For advanced mission settings, see [Advanced Mission Settings](/miltech-mission-hub/developer-sdk/advanced-mission-settings.md)

{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.miltechsimulations.com/miltech-mission-hub/detailed-documentation/mission-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
