> 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/abc-components/overview.md).

# Overview

ABC's Ability Manager is where you can link global abilities or create new local abilities for characters. Abilities come in all shapes and forms including melee attacks, spells and Raycasts (for shooting!).&#x20;

When setting up an ability you can define what triggers the activation, where the ability starts from, how it travels, what happens on impact, the effects it applies like inflicting damage, choose to link abilities together in a combo and setup any animations or graphics that play out through the [various stages of the ability lifetime](/abc-toolkit/introduction/5-stages.md).

There is also further functionality to further configure the abilities including mana costs, cooldowns, speed adjustments, object spawning, bouncing between targets and much more.. &#x20;

![](/files/-Mi19zZ9QOY0F__ucQFZ)

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

## Loading the Ability Manager&#x20;

The Ability Manager can be loaded by clicking the 'Ability 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 Controller component will have their own list of abilities in the ability manager. This list can be a mix of either local abilities made **just** for that character or global abilities which have been linked too.&#x20;

Linked global abilities are shared among all characters ability managers, meaning if you change the global ability then this change will affect everyone linked to that ability&#x20;
{% endhint %}

## Navigating the Ability Manager&#x20;

To the very left of the window is a list of local abilities created or links to global abilities which have been added. Clicking on an item in the ability list will load up the configuration to the right to change settings for those abilities.&#x20;

When an ability/global ability has been selected you will see 4 tabs displayed at the top: General, Position & Travel, Collison & Impact and Aesthetic & Animation. 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/abc-components/overview.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.
