# Dapp Quest

Any in app activity can be made as a verifiable task and converted into a quest.

Any user activity which can be verified using an API call to endpoint can be integrated to your quest.&#x20;

> Use API call integrations with your Dapp along with on-chain tasks to create a real end to end user onboarding and progress tracking journey using your quest.&#x20;

Some examples of tasks could be

* Reach level 10 in the game
* Enroll for a game tournament
* Create profile and verify email address

{% hint style="info" %}
On demand, Wall also provides quest .sdk to embed your quest on your platform ⭐
{% endhint %}


---

# 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://wall-2.gitbook.io/wall/how-to-use-wall/know-about-quests/dapp-quest.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.
