# MongoDB Setup

We use MongoDB across all of our plugins to ensure maximum performance, scalability, and data reliability. By implementing MongoDB as our primary database system, we are able to provide faster data access, better resource management, and improved stability, even in large-scale server environments.

Below, you will find a detailed guide outlining the different methods available to install and properly configure MongoDB for use with our plugins. These instructions are designed to help you set up your database correctly, whether you are running it locally, on a dedicated server, or through a hosting provider.

{% content-ref url="/pages/AAszWTa0YUjl5ZwI8T7t" %}
[Pterodactyl](/runith/getting-started/mongodb/pterodactyl.md)
{% endcontent-ref %}

{% content-ref url="/pages/nJv9gxPq5tpfOEFCBQGK" %}
[MongoDB Cloud](/runith/getting-started/mongodb/mongodb-cloud.md)
{% endcontent-ref %}

{% content-ref url="/pages/zJbqbymcF2ATJkhrl8pq" %}
[Own Machine](/runith/getting-started/mongodb/own-machine.md)
{% 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://runith.gitbook.io/runith/getting-started/mongodb.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.
