> For the complete documentation index, see [llms.txt](https://meridianroleplay.gitbook.io/userguide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meridianroleplay.gitbook.io/userguide/welcome/welcome-to-mrp.md).

# Welcome to Meridian Roleplay

<h2 align="center">Meridian Roleplay</h2>

<p align="center">Welcome to the Official Meridian Roleplay Gitbook.</p>

<p align="center"><a href="https://discord.gg/ntZD4tHFfg" class="button primary" data-icon="discord">Discord</a> <a href="https://www.youtube.com/@meridian.roleplay" class="button primary" data-icon="youtube">YouTube</a> <a href="https://www.tiktok.com/@meridian.roleplay" class="button primary" data-icon="tiktok">Discord</a> </p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-gavel">:gavel:</i></h4></td><td><strong>Rules</strong></td><td>Familiarize yourself with the server rules.</td><td><a href="/pages/wqoQXkezGy8TwVlGE4bh">/pages/wqoQXkezGy8TwVlGE4bh</a></td><td><a href="/files/ctqNdktYjo926VKnth7y">/files/ctqNdktYjo926VKnth7y</a></td></tr><tr><td><h4><i class="fa-square-info">:square-info:</i></h4></td><td><strong>Player Guides</strong></td><td>Tips on how to get by in state.</td><td><a href="/pages/JsKd452Nu8XTrHz68zaF">/pages/JsKd452Nu8XTrHz68zaF</a></td><td><a href="/files/5OaDTRoRqKGimT64wvrH">/files/5OaDTRoRqKGimT64wvrH</a></td></tr><tr><td><h4><i class="fa-question">:question:</i></h4></td><td><strong>Support Help</strong></td><td>Link to the Discord to open a ticket.</td><td><a href="https://discord.com/channels/1449989184608796815/1449989185904836819">https://discord.com/channels/1449989184608796815/1449989185904836819</a></td><td><a href="/files/iYcxtMcuWDO83hmzGkvp">/files/iYcxtMcuWDO83hmzGkvp</a></td></tr></tbody></table>


---

# 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://meridianroleplay.gitbook.io/userguide/welcome/welcome-to-mrp.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.
