# GETTING STARTED

- [Installing AnyMMO](https://docs.anyrpg.org/anymmo/getting-started/installing-anymmo.md): AnyMMO is an addon for AnyRPG that enables online play.
- [Included  sample games](https://docs.anyrpg.org/anymmo/getting-started/included-sample-games.md): AnyMMO includes a sample game.  Read on to find out how to play it.
- [Creating your first game](https://docs.anyrpg.org/anymmo/getting-started/creating-your-first-game.md)
- [Configuring your game](https://docs.anyrpg.org/anymmo/getting-started/configuring-your-game.md)
- [Installing Template Content](https://docs.anyrpg.org/anymmo/getting-started/installing-template-content.md)
- [Running Your Game](https://docs.anyrpg.org/anymmo/getting-started/running-your-game.md): Online games can be run in multiple ways.  Read on to find our more.


---

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