# AnyMMO Introduction

AnyRPG supports online play when[ FishNet](https://fish-networking.gitbook.io/docs) is installed.

To properly configure a game for online play, there are specific wizards, template content, prefabs, and Monobehaviours that must be used.  This section describes their use.

For full documentation of all the features that apply in both online and offline mode, see the [AnyRPG documentation](https://docs.anyrpg.org/).

## Getting Started

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="/pages/Y6nwXROU3rBzrNkoqP3Z" %}
[Installing AnyMMO](/anymmo/getting-started/installing-anymmo.md)
{% endcontent-ref %}

{% content-ref url="/pages/j25ewhIQIRNkKdZM9835" %}
[Creating your first game](/anymmo/getting-started/creating-your-first-game.md)
{% endcontent-ref %}

{% content-ref url="/pages/BM6w7emNbmK5C23DuH1n" %}
[Configuring your game](/anymmo/getting-started/configuring-your-game.md)
{% endcontent-ref %}

{% content-ref url="/pages/1osI4Avu2cl4pKWZEvb7" %}
[Installing Template Content](/anymmo/getting-started/installing-template-content.md)
{% endcontent-ref %}


---

# 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/anymmo-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.
