> For the complete documentation index, see [llms.txt](https://tgtaps.gitbook.io/tgtaps-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tgtaps.gitbook.io/tgtaps-docs/blocks/clicker-game/level-progress.md).

# Level progress

Level progress displays the amount of points remained [to the new level](/tgtaps-docs/features/levels.md) (if there is game logic in your app). When the user earns points, the line moves to the right. If spends, it moves to the left:

<figure><img src="https://923504530-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4Ussb0ib5NljSmRt4570%2Fuploads%2FblZr39aHRcV8FZX3nj1a%2Fimage.png?alt=media&amp;token=10e2d62d-a67d-436c-91d0-1cecf99e9375" alt=""><figcaption></figcaption></figure>

Usually, progress line is used with the level [placeholders](/tgtaps-docs/features/placeholders.md):

* `{{user_level_name}}` - displays current user level name;
* `{{user_level_order}}` - number of current user level;
* `{{total_levels}}` - amount of user levels.

When the user clicks on the progress line, appears a dialog with the list of levels (you can fully customize it):

<figure><img src="https://923504530-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4Ussb0ib5NljSmRt4570%2Fuploads%2FwOk4Q47K9ClDOkg443Ca%2Fimage.png?alt=media&amp;token=8d137b03-4a6f-4bd4-b613-837341dad8f3" alt=""><figcaption></figcaption></figure>

How to configure it, you can [learn in the article about levels](/tgtaps-docs/features/levels.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.
