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