> For the complete documentation index, see [llms.txt](https://docs.paytada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paytada.com/earn/quest.md).

# Quest

## 1. How to Join Quests:

* Login to Your PTD Account: Ensure you are logged in to your Paytada account.
* Navigate to the “Earn” Section: Find “Earn” section in the main menu.
* Access “Quest” Page: Click on "Quest" to enter the dedicated quest page.

## 2. Completing Tasks and Claiming Rewards:

* Engage in various tasks to earn enticing rewards.
* Spend just a few minutes on tasks and promptly claim rewards.
* Rewards include spins, USDT, and more. Explore the Quest page for details.
* Check the progress and view task rules to stay informed.

### 3. History Tab: Track Your Achievements:

* Visit the History tab to review information about completed tasks and received rewards.

### 4. Lucky Spin Game: Boost Your Rewards:

* If you complete tasks and receive spins, head to the "Lucky Spin" game located at the bottom right of the page.
* Participate in the game for a chance to win additional rewards such as USDT, BTC, ETH, SOL, or more spins.

Join the questing adventure on Paytada and enjoy the thrill of earning rewards while completing tasks.&#x20;

Happy questing!

\ <br>


---

# 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://docs.paytada.com/earn/quest.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.
