# Introduction

{% hint style="danger" %}
**PLEASE READ THE** [**END USER LICENSE AGREEMENT**](/miltech-mission-hub/developer-sdk/end-user-license-agreement-terms-of-license.md) **OF THIS SDK.**&#x20;

The Miltech Mission Hub SDK allows for the creation and distribution of custom Missions and Mission Packs. These may be shared freely or offered commercially. However, all usage is strictly governed by the terms and conditions outlined in the [EULA](/miltech-mission-hub/developer-sdk/end-user-license-agreement-terms-of-license.md).

By using this SDK, you agree to comply fully with the license terms. Unauthorized use, redistribution outside the scope of the [EULA](/miltech-mission-hub/developer-sdk/end-user-license-agreement-terms-of-license.md), or violation of these conditions may result in enforcement actions, including legal remedies or revocation of usage rights.

We encourage creators to explore the full potential of the SDK while respecting the rights and guidelines established to protect both the community and the development framework.
{% endhint %}

## For mission creators

You can lift your missions to the next level with:

* Advanced logic, dialog, images, and custom SimObjects: [Advanced Map Objects](/miltech-mission-hub/developer-sdk/advanced-map-objects.md)
* Mission pack with thumbnails, briefing images, and custom content: [Mission Package](/miltech-mission-hub/developer-sdk/mission-package.md)

## For aircraft creators

You can make your aircraft compatible with Miltech Mission Hub activities: [Activities Setup](/miltech-mission-hub/developer-sdk/activities-setup.md)

You can also create a mission pack for your aircraft with tutorials, historical flights, or other exciting missions featuring your aircraft: [Mission Package](/miltech-mission-hub/developer-sdk/mission-package.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/developer-sdk/introduction.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.
