# Energy

CyBall uses an energy system in which the player must spend part of their 60 daily Energy to join a match. Missing Energy is replenished at the start of each day, using UTC+0 as the base timezone (subject to change).

{% hint style="success" %}
**Example:**

Exhibition 3v3 matches cost 3 Energy and should last roughly 5 minutes on average.

3 Energy/match = 20 matches/day \~ 100 min (or 1.7 hr) of gameplay/day.
{% endhint %}


---

# 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.cyball.com/game-mechanics-and-features/energy.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.
