# Core Gameplay

- [The Basics](https://docs.rumblekongleague.com/core-gameplay/the-basics.md): Anything on this page is subject to change throughout the development progress of the RKL game. We will thoroughly test and validate any feature before it goes live.
- [Action Buttons](https://docs.rumblekongleague.com/core-gameplay/action-buttons.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Shoot](https://docs.rumblekongleague.com/core-gameplay/action-buttons/shoot.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Pass](https://docs.rumblekongleague.com/core-gameplay/action-buttons/pass.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Steal](https://docs.rumblekongleague.com/core-gameplay/action-buttons/steal.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Blocking](https://docs.rumblekongleague.com/core-gameplay/action-buttons/blocking.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Abilities](https://docs.rumblekongleague.com/core-gameplay/action-buttons/abilities.md)
- [Tackle](https://docs.rumblekongleague.com/core-gameplay/action-buttons/abilities/tackle.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Super Dunk](https://docs.rumblekongleague.com/core-gameplay/action-buttons/abilities/super-dunk.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Bubble Shield](https://docs.rumblekongleague.com/core-gameplay/action-buttons/abilities/bubble-shield.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Rush Hour](https://docs.rumblekongleague.com/core-gameplay/action-buttons/abilities/rush-hour.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Action Bar](https://docs.rumblekongleague.com/core-gameplay/action-bar.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [On Fire Mode](https://docs.rumblekongleague.com/core-gameplay/on-fire-mode.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Casual Play](https://docs.rumblekongleague.com/core-gameplay/casual-play.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Clubs Play](https://docs.rumblekongleague.com/core-gameplay/clubs-play.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.
- [Athlos Immersive World](https://docs.rumblekongleague.com/core-gameplay/athlos-immersive-world.md): Anything on this page is subject to change throughout the development progress of the game. We will thoroughly test and validate any feature before it goes live.


---

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