> For the complete documentation index, see [llms.txt](https://black-horizon-studios.gitbook.io/emerald-ai-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://black-horizon-studios.gitbook.io/emerald-ai-wiki/home.md).

# Home

## Emerald AI Wiki

The official documentation and wiki for the new and completely rewritten Emerald AI 2025. You can refer to the left for navigating the Wiki. Every component and manager has its own page each with tutorials. [**You can get Emerald AI 2025 on the Asset Store.**](https://prf.hn/click/camref:1101l3nnr/destination:https://assetstore.unity.com/packages/tools/behavior-ai/emerald-ai-2024-268519)

## Quick links

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td align="center"> Included Demo Scenes</td><td></td><td><a href="/pages/OxVISXQPHRVZgC4P6OKB">/pages/OxVISXQPHRVZgC4P6OKB</a></td><td><a href="/files/fFpzQIHOwACh94NWdaqW">/files/fFpzQIHOwACh94NWdaqW</a></td></tr><tr><td></td><td align="center">Getting Started</td><td></td><td><a href="https://black-horizon-studios.gitbook.io/emerald-ai-wiki/getting-started/getting-started">https://black-horizon-studios.gitbook.io/emerald-ai-wiki/getting-started/getting-started</a></td><td><a href="/files/HuIEiNWWxloAdNHQgXUy">/files/HuIEiNWWxloAdNHQgXUy</a></td></tr><tr><td></td><td align="center"> Setup Manager</td><td></td><td><a href="/pages/HawQqrvW3FRyVFxFM8HL">/pages/HawQqrvW3FRyVFxFM8HL</a></td><td><a href="/files/2yrjYAmbxNTO22ltPgUw">/files/2yrjYAmbxNTO22ltPgUw</a></td></tr><tr><td></td><td align="center">  Animation Viewer</td><td></td><td><a href="/pages/YOZIa30RfivyQ9ecFPGX">/pages/YOZIa30RfivyQ9ecFPGX</a></td><td><a href="/files/kfo03S7vSKkcSjYLN3fB">/files/kfo03S7vSKkcSjYLN3fB</a></td></tr><tr><td></td><td align="center">Ability Objects</td><td></td><td><a href="/pages/jdWdAGypkWPtjto2J2Nx">/pages/jdWdAGypkWPtjto2J2Nx</a></td><td><a href="/files/eOF532TU0bstx8ZyedWC">/files/eOF532TU0bstx8ZyedWC</a></td></tr><tr><td></td><td align="center">  Combat Action Objects</td><td></td><td><a href="/pages/AENZtY3Qe96egWJFgz37">/pages/AENZtY3Qe96egWJFgz37</a></td><td><a href="/files/EUAmCic164cwkKiQbxUJ">/files/EUAmCic164cwkKiQbxUJ</a></td></tr><tr><td></td><td align="center"> Inverse Kinematics Component</td><td></td><td><a href="/pages/ivJmWPmC0kkRQyK7MDXc">/pages/ivJmWPmC0kkRQyK7MDXc</a></td><td><a href="/files/1GY7mIyNH0seW2aN2oEX">/files/1GY7mIyNH0seW2aN2oEX</a></td></tr><tr><td></td><td align="center">   Debugger Component</td><td></td><td><a href="/pages/vTlbLWtxTqFX9njU5myT">/pages/vTlbLWtxTqFX9njU5myT</a></td><td><a href="/files/Zkr8YzTgMK7t9tWaZ9k3">/files/Zkr8YzTgMK7t9tWaZ9k3</a></td></tr><tr><td></td><td align="center">AI Duplicator Manager</td><td></td><td><a href="/pages/3RZvjlA8wnxIuTF5Ad2U">/pages/3RZvjlA8wnxIuTF5Ad2U</a></td><td><a href="/files/UyfbVecvWjQMCkpsIW3y">/files/UyfbVecvWjQMCkpsIW3y</a></td></tr></tbody></table>


---

# 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://black-horizon-studios.gitbook.io/emerald-ai-wiki/home.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.
