# AnyRPG Introduction

AnyRPG is an [open source](https://github.com/AnyRPG/AnyRPGCore) Role Playing Game engine written in [C#](https://docs.microsoft.com/en-us/dotnet/csharp/) for [Unity](https://unity.com/) that enables content creators to rapidly create unique and engaging short stories, scenarios, adventures, and even full games.

By providing a platform with the most common Role Playing Game functionality out of the box, AnyRPG allows content creators to focus directly on the things that make their game unique such as visual assets and story content.

## Getting Started

### Guides: Jump right in

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

{% content-ref url="getting-started/installing-anyrpg" %}
[installing-anyrpg](https://docs.anyrpg.org/getting-started/installing-anyrpg)
{% endcontent-ref %}

{% content-ref url="getting-started/creating-your-first-game" %}
[creating-your-first-game](https://docs.anyrpg.org/getting-started/creating-your-first-game)
{% endcontent-ref %}

{% content-ref url="getting-started/configuring-your-game" %}
[configuring-your-game](https://docs.anyrpg.org/getting-started/configuring-your-game)
{% endcontent-ref %}

{% content-ref url="getting-started/adding-content-to-your-game" %}
[adding-content-to-your-game](https://docs.anyrpg.org/getting-started/adding-content-to-your-game)
{% 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/anyrpg-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.
