> For the complete documentation index, see [llms.txt](https://dagora.gitbook.io/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dagora.gitbook.io/guides/egm/ethernauts-guide-to-the-metaverse.md).

# Ethernauts Guide to the Metaverse

### Tutorials: Jump right in

Follow our handy tutorials to start exploring the metaverse:

{% content-ref url="/pages/cbiVz0UuMwPIDjv5s5Vc" %}
[Introduction](/guides/egm/tutorials/introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/sRmOAsvpBc68rxtpq9aY" %}
[Ready Player Start](/guides/egm/tutorials/ready-player-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/pQlfoHB4CMvYRJB9bcWB" %}
[Non Fungible Playbook](/guides/egm/tutorials/non-fungible-playbook.md)
{% endcontent-ref %}

### Ecosystem: Dive a little deeper

Learn the fundamentals of Web3 to get a deeper understanding of how the metaverse works:

{% content-ref url="/pages/l2coulslWDZX4qGKSb0f" %}
[L1](/guides/egm/ecosystem/l1.md)
{% endcontent-ref %}

{% content-ref url="/pages/2OU7ZPLxOqPmeF5VADPi" %}
[L2](/guides/egm/ecosystem/l2.md)
{% endcontent-ref %}

{% content-ref url="/pages/FUPphlwdy70Cyc0qE5ys" %}
[Projects](/guides/egm/ecosystem/projects.md)
{% endcontent-ref %}

{% content-ref url="/pages/H0KKiasFlpJCDrJxUxn8" %}
[Initiatives](/guides/egm/ecosystem/initiatives.md)
{% endcontent-ref %}

### Additional Content

Looking for tools, resources or definitions of terms? Find all you need below:

{% content-ref url="/pages/xwY36SRkM0gwi8PyIFYQ" %}
[Resources](/guides/egm/resources/tools.md)
{% endcontent-ref %}

{% content-ref url="/pages/8CWUWUywF4JbOrxTfU80" %}
[Extras](/guides/egm/extras/contributors.md)
{% endcontent-ref %}


---

# 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://dagora.gitbook.io/guides/egm/ethernauts-guide-to-the-metaverse.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.
