> 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-simulations-ch47d/aircraft-and-systems/missions/hoist-missions.md).

# Hoist Missions

{% hint style="warning" %}

* **Crash detection must be OFF** for Missions to load correctly, as Crashes may interfere with our loading scripts.&#x20;
* **Beware of sling load limitations** - must fly at maximum 120kts and avoid violent maneuvers when carrying external loads.
  {% endhint %}

### **MISSION 1: OPERATION HORNS CALL \[MILTECH SUPERCARRIER PRO REQUIRED]**

An Independence-Class ship serving in the Operations Horns Call, an international mission to ensure maritime security and combat piracy, is in need of supplies. A CH47D has been dispatched from nearby Chabelley Airfield in a seaborne resupply mission, carrying everything from food and fuel to medical supplies and spare parts. Your task is to visually locate the ship, land on the deck and safely deliver the cargo. Miltech Supercarrier Pro product is required for this mission.

Distance to Target: 35nm

Expected Duration: 40 minutes

<details>

<summary>MISSION INSTRUCTIONS</summary>

* **LAUNCH MISSION**
* **Load** the Cargo Nets to your aircraft on the EFB - Load Tab.
* **Takeoff** from Chabelley Airfield, heading **towards waypoint KASOL.** Use the Handheld GPS (EFB Config Tab) to enter the flight plan.
* Upon reaching KASOL, visually search the area for the Independence Class ship.
* **Approach** the ship and hover above the deck to release the cargo.
* Return to Chabellay Airfield HDCH. Upon arriving at Chabellay, load the Pallets internal Cargo on the on the EFB - Load Tab.
* **Return to the ship,** heading towards waypoint KASOL and visually locating the ship.
* **Land on the deck** and deliver the pallet cargo.

</details>

&#x20;

### MISSION 2: UAV DELIVERY <a href="#mission-2-los-angeles-refinery-fire" id="mission-2-los-angeles-refinery-fire"></a>

A cargo ship carrying sensitive military cargo has arrived at the port of Djibouti. A CH47D has been dispatched to pick up the sensitive cargo containers and deliver them to base as fast as possible.

Distance to Target: 10nm

Expected Duration: 20 minutes

<details>

<summary>MISSION INSTRUCTIONS</summary>

* **LAUNCH MISSION**
* **Takeoff** from Chabelley Airfield, heading **towards Port of Djibouti Helipad DJ01.** Use the Handheld GPS (EFB Config Tab) to enter the flight plan.
* Land on Port of Djibouti Helipad.
* **Load** the UAV Container to your aircraft on the EFB - Load Tab.
* Return to Chabellay Airfield HDCH. Upon arriving at Chabellay, drop off the UAV Container.
* **Optional: Return to the Port and repeat the mission. You can either carry another UAV Container or a Humvee.**

</details>

&#x20;


---

# 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-simulations-ch47d/aircraft-and-systems/missions/hoist-missions.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.
