# General Information

{% hint style="info" %}
Please be aware: Although all links in this document were checked for accuracy when created, we cannot guarantee the continued integrity of linked content. While we strive to update them periodically, continuous monitoring is not assured.
{% endhint %}

***

## Weblinks and Videos

#### Community

{% embed url="<https://www.youtube.com/channel/UCD2Lt1EoPEov6cFSM0bM5Qw>" fullWidth="false" %}
Our YouTube Channel
{% endembed %}

{% embed url="<https://discord.com/invite/AuNFmsVmuj>" %}
Join the Discord Server
{% endembed %}

#### Downloads

{% embed url="<https://1drv.ms/u/s!AjzKkFpEfYCGgtwXqcRU0-LA93EPow?e=SyIQSv>" %}
Download the Gameplay Tags .ini file
{% endembed %}

{% embed url="<https://1drv.ms/u/s!AjzKkFpEfYCGgts2qPHLpQyr9R-Icw?e=wmihFS>" %}
Download the playable demo
{% endembed %}

#### Videos

{% embed url="<https://www.youtube.com/watch?v=HlbrlX6H2pY>" fullWidth="false" %}
Features Preview Video
{% endembed %}

{% embed url="<https://youtu.be/6gic0uK_TiI>" %}
How to use with navigation invokers
{% endembed %}

{% embed url="<https://youtu.be/xTL7DajLit8>" %}
Update 1.0 | Video Log
{% endembed %}

***

##

## Documentation Sections

As mentioned earlier, this document is divided into several sections. This section provides a brief overview of each section. Readers will gain insight into the focus of each section and see a brief summary of its contents. This serves as a guide and helps readers easily navigate to specific topics of interest.

{% content-ref url="/pages/f3lSyp3ZnuZzdhrLiwwy" %}
[Documentation](/advanced-companion-ai-documentation/documentation/quick-setup.md)
{% endcontent-ref %}

### All Sections

<details>

<summary>Quick Setup Documentation</summary>

In this part of the documentation you will find step-by-step instructions on how to implement the Advanced Companion AI into your projects after purchasing and downloading/importing it.

* Changing the AI Controller
* Adding the Companion Component
* Adding the Player Component
* Adding the Gameplay Tags
* Cleaning up

</details>

<details>

<summary>Settings Documentation</summary>

This section contains tables that explain the meaning of all the settings used by the Advanced Companion AI. It is intended to give users a better understanding of the settings and the system in general, allowing both experienced and new developers to work with the system.

* The Companion Component | Settings
* The Player Component | Settings
* The Hitable Actor Component | Settings
* The Interactable Ident Component | Settings
* The POI Ident Component | Settings
* The Custom Command Component | Settings

</details>

<details>

<summary>Custom Commands Documentation</summary>

This section contains information about the Custom Command (Dynamic Commands) feature of the command system that comes with the Advanced Companion AI. Read this section if you are interested in creating your own custom commands.

* Adding a Custom Command to the Command Enumeration
* Adding the Custom Command Component
* Add custom command logic to your companions
* Important: Custom Command Logic

</details>

<details>

<summary>Features Documentation</summary>

This section explains each feature in more detail to give users of the product a better understanding of what each feature of Advanced Companion AI can do. If you are a new user or have not yet purchased the product, this section will give you a better idea of what you are about to purchase.

* The Projection System
* Follow Modes
* The Area Detection System
* The Command System
* The Perception System (Unreal Engine | Built-In)
* Neutral Area
* Interactable Objects

</details>

{% hint style="info" %}
For a more in-depth understanding of each section, we strongly recommend that you visit the corresponding page. You'll find comprehensive details that provide greater insight and clarity on the topic.
{% endhint %}


---

# 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/advanced-companion-ai-documentation/general-information.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.
