# Introduction

- [How Metarrior was born](https://docs.metarrior.com/introduction/how-metarrior-was-born.md)
- [Match 3 RPG puzzle Game](https://docs.metarrior.com/introduction/match-3-rpg-puzzle-game.md)
- [Vision and Mission](https://docs.metarrior.com/introduction/vision-and-mission.md)
- [Metarrior Approach](https://docs.metarrior.com/introduction/metarrior-approach.md)
- [Game Story](https://docs.metarrior.com/introduction/game-story.md): So the story of Metarrior has just begun...
- [Game Feature](https://docs.metarrior.com/introduction/game-feature.md): In order to embark on an adventure in Metarrior, let’s take a look into the rudimentary of its gameplay and other game features.
- [Q\&A](https://docs.metarrior.com/introduction/q-and-a.md): Frequently asked questions


---

# 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://docs.metarrior.com/introduction.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.
