# Introduction

## What is "H-60 AI Startup"?

H-60 AI Startup is a project which allows AI to fly Hatchet H-60 helicopters, shoot their door guns, and play with their lights.

## Can I use this in a mission or include some code in a mod?

Yes. This project was started with the intent of sharing it. The project is open source with a "unlicense" license which mean you are free to do what ever you want with the code.

## How do I use this in my mission?

1. Copy the `configs` and `functions` folders from `Configs_Functions` into the root of your mission file.
2. Open your `description.ext` and in `class CfgFunctions` paste `#include "configs\CfgFunctions.hpp"`.
3. You should now be able to paste `[this] call PDT_H60_Startup_fnc_startupBird;` in the init of an H-60.

See the function documentation for information about the functions within this project.

## Demo mission

A demo mission is available in `Demo_Mission`. Paste it into `Documents\Arma 3 - Other Profiles\Your_Profile\missions` then open the editor. Press "Ctrl + O" and open the mission. When you're ready to preview the mission press "Preview" in the bottom right corner.


---

# 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://phantomdevteamyt.gitbook.io/h-60-ai-startup/master.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.
