> For the complete documentation index, see [llms.txt](https://cubepaper.gitbook.io/cubepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cubepaper.gitbook.io/cubepaper/gameplay/cuboids/abilities.md).

# Abilities

### Ability Slots

Limited slots to equip abilities. All Cuboids start with 1 ability slot. More slots become available as a Cuboid levels up.

### Abilities

Players must choose abilities before joining a PVP match.&#x20;

There are passive and active abilities to pick from. Players can choose a maximum of 2 active and 3 passive abilities.&#x20;

New and upgraded abilities become available as a Cuboid levels up.

### Passives (or "Perks")

Boost the stats of your Cuboid. Example perks:

* Increase speed X%
* Increase push force X%
* Reduce pushback from players X%
* Increase Health X%
* Extra Jump +X
* Shockwave resistant X%
* Reduce dash cooldown X%
* Reduce skills cooldown X%

### Actives (or "Skills")

Active abilities are categorized into 2 different skill sets:

* **Attack Skills**: (Example: Shockwave)
* **Support Skills:** (Example: Shield, Teleport)


---

# 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:

```
GET https://cubepaper.gitbook.io/cubepaper/gameplay/cuboids/abilities.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.
