# Claim friends bonus button

When the user invite friends or friends give some amount of points from [referral system](/tgtaps-docs/mini-app-settings/referral-system.md), the bonus appears in “claim friends bonus button”. Therefore, to receive bonus points, the user needs to click on the button.

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

There are reasons why the claiming mechanic has been invented instead of automatic bonus collection:

* When bonus added to the balance “automatically”, **the user does not feel impact from friend's invitation**. Points “just appear”. However, when the user manually collects the bonus, they see that friends bring, for example, 1 000 000 coins for the 3 days.
* Bonus claiming **forces users to join the app** and creates a habit to visit your app on regular basis. It helps you to accumulate larger audience.

Once the button added, all friends bonuses are summed and put into the button. When the user claims the bonus, it appears as the points in the balance.

If there are no points to claim, the button is displayed with 50% opacity.

***

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/friends-referral-system/claim-friends-bonus-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.
