> For the complete documentation index, see [llms.txt](https://legendsdoc.lovely.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legendsdoc.lovely.finance/feature-set/daily-reward-and-tasks.md).

# Daily Reward & Tasks

In Lovely Legends, success favors the consistent! Our Daily Rewards system ensures that every day you log in is a day you're getting ahead.

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

* Log in daily, win consistently: Your dedication is our delight! Every single day you open the game, a fantastic reward awaits you. No challenges, no complications – just pure, simple rewards.
* A treasure trove of goodies: From virtual currency boosts to exclusive items, our daily rewards are designed to supercharge your gameplay. Watch your resources grow and your collection expand, day by day!

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

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

Remember, in Lovely Legends, every day is an opportunity to get ahead. Log in daily, claim your rewards, and watch as your virtual fortune grows. Your path to legendary status starts with a simple daily habit!


---

# 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://legendsdoc.lovely.finance/feature-set/daily-reward-and-tasks.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.
