> For the complete documentation index, see [llms.txt](https://docs.mtnviewrp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mtnviewrp.com/readme/getting-started.md).

# Getting Started

## Getting Started

Use this page to onboard a new player fast.

Keep it short. Keep it actionable.

### Recommended first steps

{% stepper %}
{% step %}

#### Join the space

Explain where players begin.

Link the channels, forms, or tools they need first.
{% endstep %}

{% step %}

#### Read the essentials

List the minimum rules and guidance every player must know.

Keep this section focused on what is required.
{% endstep %}

{% step %}

#### Build a character

Point players to the character setup flow.

Call out any hard limits early.
{% endstep %}

{% step %}

#### Start playing

Explain how a player enters scenes, asks for help, and finds RP.
{% endstep %}
{% endstepper %}

### What to seed here

* Entry requirements
* Required reading
* First character steps
* Where to ask questions

{% hint style="info" %}
This page works best as the default link for brand-new players.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.mtnviewrp.com/readme/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.
