# Abilities

Each player in the Rumble Kong League will have a special **offensive** ability (when they have possession of the ball) and a **defensive** ability (when they are defending against the opponent's attack).

<figure><img src="/files/XHrF9ikq1D5kgwMai1qq" alt=""><figcaption></figcaption></figure>

These special abilities contain a few variations for both offense and defense including:\
\
Tackle - The player automatically sprints towards the opposing ball handler, to tackle them and potentially regain possession of the ball.

Super Dunk - The player automatically performs a special dunk if they are in the predetermined area of the court.

Rush Hour - Teleport to the bucket at lightning speed, transporting yourself through your opponents in the blink of an eye!\
\
Bubble Shield - The player activates a technological shield that protects his basketball hoop for up to 10 seconds.

<figure><img src="/files/vpQZKRRbWWIKDhlCCz2q" alt=""><figcaption><p>An example of an attack ability</p></figcaption></figure>


---

# 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://docs.rumblekongleague.com/core-gameplay/action-buttons/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.
