> 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/features/custom-value.md).

# Custom value

“Custom value” is a metric that you can name as you wish and introduce to your application. Your users will be able to collect this value, accumulate it and improve via [upgrade cards](/tgtaps-docs/blocks/clicker-game/cards.md). To get users custom values, you need to look at user CRM

Examples of custom metrics:

* Distance to Mars — the value that shows how far users fly from the Earth. Users collect it, who reached the max value, wins Airdrop.&#x20;
* Number of follows — the value shows how popular is the user. The idea of the application is that the users are bloggers.&#x20;
* Amount of AI agents — the value shows how many AI bots are working for the user. The idea of the app is that users are managers of AI agents. The more agents — the stronger you are.

Custom metrics can be displayed in placeholder (look at red squares):

![](/files/1kkBbBr9e6cU8a4GUPXi)![](/files/qgvkslELxeUW2AHqwioi)

Also, custom value can be improved in cards:

![](/files/jthZIAcjupT24wapiXQ1)![](/files/EzXWulP1tc7D3umqlX5T)

To improve custom value, select improvement in the card:

<figure><img src="/files/8yRxv3LzYJLzA1sFUZA7" alt=""><figcaption></figcaption></figure>

***

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tgtaps.gitbook.io/tgtaps-docs/features/custom-value.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
