# Setup

{% stepper %}
{% step %}
**Pre-Setup**

* Contact Thor Labs to register your server (provide guild\_id, server name)
* Agree on revenue share percentage
* Create a rental channel in your server
  {% endstep %}

{% step %}
**Invite Bots**

Thor Labs provides two bots for the rental flow.

[ThorRent Bot](https://discord.com/oauth2/authorize?client_id=1163557139911024772) (handles rental creation)

* Permissions: Send Messages, Embed Links, Manage Messages

[Rent Management Bot](https://discord.com/oauth2/authorize?client_id=962776329546248252) (handles IP updates)

* Permissions: Send Messages, Embed Links
  {% endstep %}

{% step %}
**Post Interface**

Run this command in your rental channel to post the rental interface:

```bash
!setup-rental
```

Pin the posted message so users can easily find the rental interface.
{% endstep %}

{% step %}
**Test**

* Click "Rent" → select location → submit test transaction
* DM Rent Management Bot: `!start` → verify dashboard works
* Confirm with Thor Labs that test rental has your guild\_id
  {% endstep %}

{% step %}
**Go Live**

* Announce to your community
* Monitor first rentals
* Provide user support as needed
  {% endstep %}
  {% endstepper %}


---

# 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.thornode.io/collaborator-program/join-us/setup.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.
