# Game settings

<figure><img src="https://static.wixstatic.com/media/d59ada_7f494c92b2514c96896b0beb76384f86~mv2.jpg/v1/fill/w_600,h_554,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/editor_12.jpg" alt=""><figcaption></figcaption></figure>

1 - number of lives at the beginning of the game

2 - number of coins at the beginning of the game

3 - cost of restoring lives

4 - 5 - 6 - time to restore one life (hours / minutes / seconds)

7 - the number of coins needed to continue the game after losing

8 - the number of steps that can be bought to continue the game after losing

9 - the player goes to the map after winning

10 - choose a type of map

<figure><img src="https://static.wixstatic.com/media/d59ada_96f27265acd842c2be3e798ae0f80ff7~mv2.jpg/v1/fill/w_469,h_156,al_c,q_80,enc_auto/editor_14.jpg" alt=""><figcaption></figcaption></figure>

11 - curve that is responsible for the speed of falling items<br>


---

# 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.candy-smith.com/main/pop-blocks/game-settings.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.
