# Welcome

Thank you very much for choosing **Enemy AI - Toolkit** as the foundation for all enemy-related agents in your games! This documentation will help you navigate the product if you have any questions. You will find written and video tutorials, playable demos, technical documentation and more here.

***

> Plug-and-play enemy AI for Unreal — drop it in, configure, ship.

{% embed url="<https://www.youtube.com/watch?v=6gic0uK_TiI>" %}

***

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-gear">:gear:</i></h4></td><td><strong>Configuration</strong></td><td></td><td></td><td><a href="/pages/vx51kE2O6BfJaOCsXUEU">/pages/vx51kE2O6BfJaOCsXUEU</a></td></tr><tr><td><h4><i class="fa-user-vneck">:user-vneck:</i></h4></td><td><strong>Custom Characters</strong></td><td></td><td></td><td><a href="/pages/5RpqsMlWIVR7DMQUrYiP">/pages/5RpqsMlWIVR7DMQUrYiP</a></td></tr><tr><td><h4><i class="fa-play">:play:</i></h4></td><td><strong>Play Demo</strong></td><td></td><td></td><td><a href="/pages/flHRuw2SFEOFba128vFW">/pages/flHRuw2SFEOFba128vFW</a></td></tr><tr><td><h4><i class="fa-users">:users:</i></h4></td><td><strong>Join Discord</strong></td><td></td><td></td><td><a href="https://discord.com/invite/AuNFmsVmuj">https://discord.com/invite/AuNFmsVmuj</a></td></tr><tr><td><h4><i class="fa-code">:code:</i></h4></td><td><strong>Technical Documentation</strong></td><td></td><td></td><td><a href="/pages/MJOTINXp5NQYOFRCuAep">/pages/MJOTINXp5NQYOFRCuAep</a></td></tr></tbody></table>


---

# 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://labgames-studio.gitbook.io/basic-enemy-ai/readme.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.
