# Quick Start

{% stepper %}
{% step %}
**Verify your wallet**

Connect your wallet holding the Node Pass in the Thor Labs Discord verification channel.\
<https://verify-beta.thornode.io/>
{% endstep %}

{% step %}
**Open a DM**

Send a direct message to the Auth Bot.
{% endstep %}

{% step %}
**Run the command**

Type the command below in the DM to begin authentication:

```
!rpc auth
```

{% endstep %}

{% step %}
**Follow the prompts**

Select your pass, choose a location, and enter your IP address when prompted by the bot.
{% endstep %}
{% endstepper %}

## Documentation Sections

* [Thor Pass Authentication](broken://pages/wmnTbIZ82YIa6RtdKPrz) - Guide for Classic, Elite, and Gold pass holders
* Flash Pass Authentication - Guide for Flash pass holders
* Prime Pass Authentication - Guide for Prime pass holders
* [Rental System Guide](broken://pages/z2SVLlMfuQp9VpZZAzfE) - How to rent and manage rented slots
* [Managing Your Authentication](broken://pages/wmnTbIZ82YIa6RtdKPrz) - Update, delete, and manage your IPs
* Troubleshooting & FAQ - Common issues and solutions

## Available Commands

All commands are run in **Direct Messages** with the Auth Bot:

| Command       | Description                              |
| ------------- | ---------------------------------------- |
| `!rpc auth`   | Authenticate a new IP address            |
| `!rpc delete` | View and manage existing authentications |
| `!rpc remark` | Add notes to your authentications        |
| `!rpc rents`  | View your active rentals (pass holders)  |
| `!rpc token`  | View your gRPC tokens                    |
| `!rpc help`   | Display help information                 |

{% hint style="info" %}
Need Help?

* Check the Troubleshooting page
* Contact Thor Labs support in the Discord server
* Report bugs with the error code displayed (e.g., Dx70, Rx306)
  {% 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.thornode.io/introduction/welcome/quick-start.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.
