> For the complete documentation index, see [llms.txt](https://metaversenw.gitbook.io/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaversenw.gitbook.io/user-manual/immersive-quest-system.md).

# Immersive Quest System

- [Getting Started](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/getting-started.md)
- [How to Create a Quest](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/how-to-create-a-quest.md): Creating quests in BitCountry allows users to engage their community and incentivize participation through various tasks and rewards.
- [Types of Tasks on BitCountry Quest System](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/types-of-tasks-on-bitcountry-quest-system.md): BitCountry's Quest System offers a variety of categories to keep participants engaged and motivated.
- [Action Tasks Setup](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/types-of-tasks-on-bitcountry-quest-system/action-tasks-setup.md)
- [Social Tasks Setup](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/types-of-tasks-on-bitcountry-quest-system/social-tasks-setup.md)
- [Learning Tasks Setup](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/types-of-tasks-on-bitcountry-quest-system/learning-tasks-setup.md)
- [Virtual World Tasks Setup](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/types-of-tasks-on-bitcountry-quest-system/virtual-world-tasks-setup.md)
- [On Chain Tasks Setup](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/types-of-tasks-on-bitcountry-quest-system/on-chain-tasks-setup.md)
- [Real-World Tasks Setup](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/types-of-tasks-on-bitcountry-quest-system/real-world-tasks-setup.md)
- [Task Conditioning](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/task-conditioning.md): The Task Conditioning feature in BitCountry's Quest System allows you to set specific conditions that users must meet before they can start a task.
- [Creation and Customization of a 2D Metaverse](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/creation-and-customization-of-a-2d-metaverse.md)
- [Creation of immersive world with layered depth.](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/creation-of-immersive-world-with-layered-depth..md): Welcome to this step-by-step guide on creating immersive worlds with layered depth. In this guide, you will learn how to enhance your quests and user-generated games by incorporating these techniques,
- [Creation of immersive world with collider.](https://metaversenw.gitbook.io/user-manual/immersive-quest-system/creation-of-immersive-world-with-collider..md): Colliders are invisible walls that add an invisible world on top of our image to block your avatar from freely walking to places that you don't want


---

# 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://metaversenw.gitbook.io/user-manual/immersive-quest-system.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.
