# Welcome!

{% hint style="info" %}
**About this website:** This site is maintained by the MidwestRP Development Team and its Wiki Team. If you see something that needs to be updated, please report it via the [#draconifors-issues](https://canary.discord.com/channels/427612786500042762/1188305375741612112) channel in the MidwestRP main Discord.
{% endhint %}

New to the community and joining the server for the first time? Great, we're glad you're here! Head to the [introduction](https://midwestrp.gitbook.io/support-portal/framework-guide/introduction "mention") page to see a quick guide for joining the server and how to set yourself up. You can also see complete directions on how the framework operates by checking out the sidebar on the left.

Just note there will never be instructions on how to explicitly do something (i.e., where to buy drugs or perform other illegal activities). Still, we will give you information on what something does (i.e., the effects of drugs).


---

# 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://midwestrp.gitbook.io/support-portal/readme.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.
