# Users

This section explains how to use DexPal as a trader. Start with beta access if you are joining early. Read the rewards pages to understand Degen Club credits, points, competitions, referrals, and earning mechanics. Use the roadmap page for a high-level view of current and planned product areas.

## Contents

| Page                                                              | Scope                                   |
| ----------------------------------------------------------------- | --------------------------------------- |
| [`beta-access.md`](/for-users/beta-access.md)                     | Beta eligibility, benefits, and support |
| [`product-roadmap.md`](/for-users/product-roadmap.md)             | Current platform features and roadmap   |
| [`rewards/README.md`](/for-users/rewards.md)                      | Rewards overview                        |
| [`rewards/how-it-works.md`](/for-users/rewards/how-it-works.md)   | Reward rounds and prize distribution    |
| [`rewards/credit-system.md`](/for-users/rewards/credit-system.md) | Credits and points                      |
| [`rewards/earning.md`](/for-users/rewards/earning.md)             | Earning methods                         |
| [`rewards/competitions.md`](/for-users/rewards/competitions.md)   | Competitions                            |
| [`rewards/referrals.md`](/for-users/rewards/referrals.md)         | Referrals                               |
| [`rewards/faq.md`](/for-users/rewards/faq.md)                     | FAQ                                     |


---

# 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://docs.dexpal.io/for-users/users.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.
