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

# Getting Started

## Requirements

AI Tree requires Unity 2021.3 LTS or higher.

{% hint style="success" %}
Verified on Unity versions

* **Unity 6**
* **Unity 2023**
* **Unity 2022**
* **Unity 2021**
  {% endhint %}

### **Render pipeline compatibility**

AI Tree works independently of the Unity render pipeline. The built-in scene is assembled on Build-in render pipeline, but you can use it on any other pipelines. If you want to use demo scene on URP or HDRP just use the Unity material converter.

* URP: **Edit** -> **Rendering** -> **Materials -> Convert All Built-in Materials to URP**
* HDRP: **Edit** -> **Rendering** -> **Materials -> Convert All Built-in Materials to HDRP**

## Download

&#x20;Head over to the Unity [Asset Store](https://assetstore.unity.com/packages/templates/systems/aurora-fps-165863) to download AI Tree!

{% hint style="info" %}
**AI Tree Licenses**

* One license required for each individual user.

**For more information, check the** [**EULA**](https://unity3d.com/legal/as_terms?_gl=1*18hzvy8*_gcl_aw*R0NMLjE2MjAwNTAwNDkuQ2owS0NRand2cjZFQmhET0FSSXNBUHBxVVBFNk0xN0JKajdiU3JSeUt4TlJ5TzNsbDFJSEdid3l4T0JfSk1QcjZuVnZHLTB2SWRKOVNWNGFBdEpBRUFMd193Y0I.&_ga=2.148103415.1345308830.1622892073-1560712540.1599900327&_gac=1.259520760.1620050050.Cj0KCQjwvr6EBhDOARIsAPpqUPE6M17BJj7bSrRyKxNRyO3ll1IHGbwyxOB_JMPr6nVvG-0vIdJ9SV4aAtJAEALw_wcB) **and** [**FAQ**](https://assetstore.unity.com/browse/eula-faq)**.**
{% endhint %}

## Setup

{% hint style="success" %}
After the package has been imported, no action or configuration is required on your part!
{% endhint %}


---

# 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://renownedgames.gitbook.io/ai-tree/getting-started.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.
