> For the complete documentation index, see [llms.txt](https://thebitcave.gitbook.io/ai-brain-extensions-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thebitcave.gitbook.io/ai-brain-extensions-docs/master.md).

# Introduction

## Welcome!

Welcome to the *AIBrain Extensions* for [MoreMountains](https://moremountains.com/) Unity3D engines (i.e.: [Corgi](https://assetstore.unity.com/packages/templates/systems/corgi-engine-2d-2-5d-platformer-26617?aid=1011lHJn) and [TopDown](https://assetstore.unity.com/packages/templates/systems/topdown-engine-89636?aid=1011lHJn)) documentation.

{% hint style="info" %}
&#x20;This project is maintained by [Marco Secchi](http://marcosecchi.it/) and it is free and open-source. If you find it useful, please consider supporting it with a[ one-time donation on Paypal](https://www.paypal.me/secchimarco).
{% endhint %}

The project includes a set of tools that will (hopefully) ease your workflow with the AIBrain system.

## What's Corgi Engine?

The Corgi Engine is a Unity 2D + 2.5D Platformer Kit, [available on the Unity Asset Store](https://assetstore.unity.com/packages/templates/systems/corgi-engine-2d-2-5d-platformer-26617?aid=1011lHJn). If you want to know more about it, please read the [official documentation](https://corgi-engine-docs.moremountains.com/index.html).

Alternatively, for a quick introduction, you can check the following feature video:

{% embed url="<https://www.youtube.com/watch?v=b8bAt1i9gfo&feature=emb_logo>" %}

## What's TopDown Engine?

The TopDown Engine is a complete solution for top-down games, [available on the Unity Asset Store](https://assetstore.unity.com/packages/templates/systems/topdown-engine-89636?aid=1011lHJn). Official documentation can be found [on MoreMountains website](https://topdown-engine-docs.moremountains.com/).

For a quick feature walkthrough, please check the video below:

{% embed url="<https://www.youtube.com/watch?v=0NTEaEY2Wv8&feature=emb_logo>" %}


---

# 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://thebitcave.gitbook.io/ai-brain-extensions-docs/master.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.
