# Getting Started

- [Installing AnyRPG](https://docs.anyrpg.org/getting-started/installing-anyrpg.md)
- [Unity Asset Store Installation](https://docs.anyrpg.org/getting-started/installing-anyrpg/unity-asset-store-installation.md): The AnyRPG Core package is available via github and the Unity Asset Store. This page describes how to install it from from the Unity Asset Store.
- [Github Installation](https://docs.anyrpg.org/getting-started/installing-anyrpg/github-installation.md): The AnyRPG Core package is available on github and the Unity Asset Store. This page describes how to install it from github.
- [Managing Addons](https://docs.anyrpg.org/getting-started/managing-addons.md): With addons, you can extend AnyRPG with UMA support, FishNet support, and extra asset packs.
- [UMA Installation](https://docs.anyrpg.org/getting-started/managing-addons/uma-installation.md): AnyRPG supports UMA via the AnyRPG UMA Addon
- [AnyMMO (FishNet)](https://docs.anyrpg.org/getting-started/managing-addons/anymmo-fishnet.md): AnyRPG supports online play via the AnyMMO (FishNet) package.
- [FishNet-UMA Integration](https://docs.anyrpg.org/getting-started/managing-addons/fishnet-uma-integration.md): With the FishNet-UMA Integration addon, you can add UMA support to online games.
- [Movement Test Game](https://docs.anyrpg.org/getting-started/managing-addons/movement-test-game.md): The movement test game is a simple once scene game with stairs, ramps, obstacles, and water suitable for testing character controller modifications.
- [CC0 Fantasy Content Pack](https://docs.anyrpg.org/getting-started/managing-addons/cc0-fantasy-content-pack.md): The CC0 Fantasy Content pack is a collection of fantasy assets released under the CC0 license, and suitable for use in any project.
- [A Lost Soul Demo Games](https://docs.anyrpg.org/getting-started/managing-addons/a-lost-soul-demo-games.md): Demos of the game, A Lost Soul, created using the anyrpg-cc0-fantasy-content-pack assets.
- [Included sample games](https://docs.anyrpg.org/getting-started/included-sample-games.md): AnyRPG includes several sample games.  Read on to find out how to play them.
- [Creating your first game](https://docs.anyrpg.org/getting-started/creating-your-first-game.md)
- [Configuring your game](https://docs.anyrpg.org/getting-started/configuring-your-game.md)
- [Adding Content To Your Game](https://docs.anyrpg.org/getting-started/adding-content-to-your-game.md): There are multiple types of content you can add to your game, and multiple ways to add that content.  This page provides a high level overview to get your started.
- [Building Your Game](https://docs.anyrpg.org/getting-started/building-your-game.md)


---

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