> For the complete documentation index, see [llms.txt](https://docs.dexlab.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexlab.space/products/dexlab-factory-bot/playground.md).

# Playground

### 💡 What is the Playground?

The Playground is a gamified area inside [Dexlab Factory Bot](https://t.me/dexlab_factory_bot) where you can earn DRP (Dexlab Reward Point) through interactive features like mining.

It adds a fun, reward-driven experience to your Web3 activity.

Currently, the active feature is:

* ⛏ Mine (Quarry Game)

  More games and missions will be added soon.

### 🖼️ Playground Home

You can access the Playground from the main menu. The home screen shows:\
• Your current DRP balance\
• Mining and upcoming features (Missions, Games)\
• A reward shop and point conversion options

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

### ⛏ Mine (Quarry Game)

Mining is a turn-based mini-game where you tap tiles to reveal rewards.

You can participate multiple times a day — and each attempt gives you a chance to earn DRP.

Game Rules:

* Select up to 5 tiles per attempt
* Rewards are randomly assigned
* You can enter the quarry up to 10 times per day
* Each entry consumes 1 attempt
* Rewards are automatically reflected in your DRP balance

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

### 📌 Notes

* DRP earned via mining is immediately added to your account.
* You can use DRP later in the Reward Shop or for token conversions (features under development).
* More game types will be added to the Playground in future updates.


---

# 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.dexlab.space/products/dexlab-factory-bot/playground.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.
