# Click button

Click button gives points for the taps. When the user reaches [a new level](/tgtaps-docs/features/levels.md), the image of the level is displayed in the button. Also, the amount of points per tap can be improved with the [help of cards](/tgtaps-docs/blocks/clicker-game/cards.md).

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

It is recommended to put a button inside [root container](/tgtaps-docs/blocks/basic/quickstart.md) to adjust it horizontally.

The clicking is available until [there is available energy](/tgtaps-docs/blocks/clicker-game/energy-progress.md).

***

Something unclear in docs or you know how to improve article? [Message us in community!](https://docs.tgtaps.com/tgtaps-docs/readme/community)\
We will answer you and then promise to improve the article within 3 days.


---

# 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://tgtaps.gitbook.io/tgtaps-docs/blocks/clicker-game/click-button.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.
