# How it Works

The Quest Protocol stack is made up of the following:

* **The decentralized protocol**: makes it easy to distribute ERC20s for the completion of quests.
* **RabbitHole**: A marketplace of quests that makes it easy for participants to discover opportunities to contribute to protocols based on their wallet address.
* **Quest Terminal**: A user-friendly interface to deploy quests based on eligibility criteria and monitor results.
* **Quest SDK**: The tools and resources necessary for developers to easily integrate quests into any custom-branded interface. Developer access to Quest SDK is coming soon.

<figure><img src="/files/66fomN1rIa7hiN0LZqXE" alt=""><figcaption></figcaption></figure>


---

# 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://help.rabbithole.gg/quest-protocol/how-it-works.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.
