# Getting Started

## Official Discord server

To stay up to date, get the early access role, request new features, and report bugs, join the official RustPlusTwo Development Discord: <https://discord.gg/54nv3qGJ4B>

## Setting up the bot

In order to be able to use the bot in your server, you will need to obtain the following from the pairing app:&#x20;

* Server IP
* Server port for rust+
* Your ID (Steam 64)
* Your token

{% content-ref url="pairing" %}
[pairing](https://docs.rustplustwo.com/pairing)
{% endcontent-ref %}

Afterwards, you can get the bot started by running the following commands:

```
/setconfig <server ip> <server port> <your id> <your token>
```

{% hint style="info" %}
Server port refers to the Rust+ app port. This may differ from the game port.
{% endhint %}

{% hint style="info" %}
If for some reason the bot fails to start the connection process, but it said the information was valid after running /setconfig, use the /setup command.
{% endhint %}


---

# 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://docs.rustplustwo.com/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.
