> 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/getting-started.md).

# Getting Started

In order to launch a quest on BitCountry, you will need to create a metaverse project first. If you've already own a Metaverse Project on BitCountry, feel free to skip this guide and go straight away to the [How to Create a Quest](/user-manual/immersive-quest-system/how-to-create-a-quest.md) guide. &#x20;

### Create a Metaverse Project:

1\) Go to the Pioneer Bit.Country home page at <https://pioneer.bit.country/p/home>. Click on 'Create Metaverse' or go directly to this page: <https://pioneer.bit.country/p/create-metaverse>

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

2\) To create a Metaverse, follow these steps:

1. Insert a Metaverse logo.
2. Fill up basic information such as the name and description.
3. Choose the Metaverse type: Web or On Chain.
4. Click Create Your Metaverse

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

Now that you've created your Metaverse Project, we need to create a world (or worlds) to begin creating our quests on it.&#x20;

### Create a World for your Metaverse Project.

1.- Click on "Create your Worlds"

2.- Select your favorite template and click on "Create world"

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

Congratulations!! You can now begin creating quests for your community.&#x20;


---

# 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/getting-started.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.
