> For the complete documentation index, see [llms.txt](https://dicelockstudio.gitbook.io/abc-toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dicelockstudio.gitbook.io/abc-toolkit/controller-manager/controller-manger.md).

# Overview

The ABC Controller Manager includes many settings to setup your character for ABC, mainly involved around settings relating to weapons, AI and ability activation.&#x20;

From this manager you can also setup UI icons to make action bars and spell books and also manage the character mana, targeting, global adjustments like cooldown adjustments and idle mode configuration.

![](/files/-MjeM_cAmcTF8iU26cbu)

{% hint style="info" %}
Help text can be found in the Ability Manager which explains what each setting can do.&#x20;
{% endhint %}

## Loading the Controller Manager&#x20;

The Controller Manager can be loaded by clicking the 'Controller Manager' button in the inspector window after adding the ABC Controller component to a GameObject.&#x20;

![](/files/-Mi1FSK_4xlV8XNhA5Oq)

{% hint style="info" %}
Each character in your game with the component attached will have their own Controller Manager settings and configuration.&#x20;
{% endhint %}

## Navigating the Controller Manager&#x20;

When the Controller Manager is loaded you will see multiple tabs displayed at the top. Clicking each tab will display a menu to the left of the screen with further tabs. Clicking on the tabs in the menu on the left will load a screen to the right with settings to be configured.&#x20;


---

# 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://dicelockstudio.gitbook.io/abc-toolkit/controller-manager/controller-manger.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.
