# Invite the Bot

{% hint style="info" %}
**Free forever:** Solmate's core features are completely free. Premium plans are available to unlock higher limits and support development.
{% endhint %}

## Step 1: Open the invite link

Click the link below to invite Solmate to your server:

**Invite Solmate** — [solmatebot.com/invite](https://solmatebot.com/invite)

## Step 2: Select your server

1. Make sure you're logged in to Discord
2. Select the server you want to add Solmate to from the dropdown

<figure><img src="https://solmatebot.com/docs/placeholder-invite-select-server.png" alt=""><figcaption><p>Select your server from the dropdown</p></figcaption></figure>

3. Click **"Authorize"**

{% hint style="info" %}
**Permissions:** Solmate requests several permissions to function properly. Not all are strictly required, but permissions like **Manage Roles** are needed for holder verification and ticker roles, and **Manage Channels** is needed for stat counters.
{% endhint %}

## Step 3: Set up features

Once Solmate is in your server, you can start setting up features:

{% content-ref url="/pages/NDqFMwRlPsGvrv8kS3oM" %}
[Wallet Tracker](/discord-bot-features/wallet-tracker.md)
{% endcontent-ref %}

{% content-ref url="/pages/RGN17f5bhRIcdlreRROX" %}
[Holder Verification](/discord-bot-features/holder-verification.md)
{% endcontent-ref %}

{% content-ref url="/pages/72PYPpEZlUybSDilpQIh" %}
[Server Stats (Counters)](/discord-bot-features/server-stats.md)
{% endcontent-ref %}

{% content-ref url="/pages/nXxQYkUB3AI5Ke0kP01T" %}
[Collection Tracker](/discord-bot-features/collection-tracker.md)
{% endcontent-ref %}

Or manage everything from the web dashboard at [solmatebot.com/manage](https://solmatebot.com/manage).


---

# 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.solmatebot.com/getting-started/invite-the-bot.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.
