> For the complete documentation index, see [llms.txt](https://team-dao-labs.gitbook.io/dao-labs-v2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://team-dao-labs.gitbook.io/dao-labs-v2-docs/product-guides/markdown.md).

# Notification & Account Value

* Receive Notifications on Tweet points earned
* Complete Retweets on the V2 platform directly to get notification of Retweet points accordingly.
* As soon as the Self-scan Module finds that  \
  your friends reacted to your invitation, you will  \
  be notified about your points.
* Your Account Monetary Value will increase  \
  every time you have more successful  \
  interactions and engagement.

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

### Notifications:&#x20;

* Notifications show all actions related to assignments from the Social cycle, tweet points, retweet points and claims from the marketplace. Each notification can be marked read once seen can remove completed tasks by confirming them.
* Account Value: Shows the current value of your account in percentage.
* Monetary Value: Shows the current amount of rewards earned on all active platforms with clear breakdown of the details once the user clicks on it. The amount visible is the actual amount of the sum of all Real time points in USD.

{% hint style="info" %}
*Notification on V2 is more simplified and accessible to each user through the bell icon.*
{% endhint %}


---

# 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://team-dao-labs.gitbook.io/dao-labs-v2-docs/product-guides/markdown.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.
