> 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/bot/welcome.md).

# Welcome

{% hint style="danger" %}
This entire section is outdated!

Please help us update it on GitHub
{% endhint %}

Start here to pick the right guide for your role.

Use the web dashboard for most work. Use Discord slash commands for quick in-channel actions.

### Choose your guide

<table data-view="cards"><thead><tr><th>Guide</th><th>Description</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>User Guide</td><td>For players who create characters, proxy messages, manage money, and use RP features.</td><td><a href="/spaces/XZSnMNJIlcNOMmYuEM9o/pages/EaSQF82ibc6IXvkRHQdA">/spaces/XZSnMNJIlcNOMmYuEM9o/pages/EaSQF82ibc6IXvkRHQdA</a></td></tr><tr><td>Staff Guide</td><td>For moderators who review applications, manage staff tools, and handle server workflows.</td><td><a href="/spaces/XZSnMNJIlcNOMmYuEM9o/pages/MM9bCf8Nh6ujPDkOQ3tO">/spaces/XZSnMNJIlcNOMmYuEM9o/pages/MM9bCf8Nh6ujPDkOQ3tO</a></td></tr><tr><td>Admin Guide</td><td>For admins who host the bot, configure permissions, and maintain the system.</td><td><a href="/spaces/XZSnMNJIlcNOMmYuEM9o/pages/MPGiisnhPGwuaMXwhF3n">/spaces/XZSnMNJIlcNOMmYuEM9o/pages/MPGiisnhPGwuaMXwhF3n</a></td></tr></tbody></table>

### Start here

{% stepper %}
{% step %}

#### Open the right guide

Choose the guide that matches your role.
{% endstep %}

{% step %}

#### Sign in

Sign in to the web dashboard with Discord.
{% endstep %}

{% step %}

#### Start with setup

Open the guide's first setup or workflow section.
{% endstep %}
{% endstepper %}

{% hint style="info" %}

* Use the **User Guide** if you play through characters.
* Use the **Staff Guide** if you review, moderate, or manage staff tools.
* Use the **Admin Guide** if you handle hosting, OAuth, config, or role setup.
  {% 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, and the optional `goal` query parameter:

```
GET https://docs.mtnviewrp.com/bot/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
