# Basic Setup

{% hint style="success" %}
The bot will start tracing invites automatically without any setup! This step is completely optional, and is required only if you want the bot to log the invites in a channel.
{% endhint %}

## Basic setup

**Setting up join/leave channels**: Use the `/config set` slash command to setup join and leave channels by specifying the channel.

![Setting up the join channel](https://i.imgur.com/kWe5qjX.gif)

![Example command for setting join-channel](https://i.imgur.com/nmF3XTD.png)

![Example command for setting leave-channel](https://i.imgur.com/YHx8BcL.png)

## Customizing templates

{% hint style="info" %}
The bot has a default template which will be used as soon as you set the join or leave channel. If you wish to customize this, you can do so by by following the below guide.
{% endhint %}

**Setting up join/leave messages**: Use the [Config](/commands/config.md#set-as-template) context menu command to easily setup join/leave messages

## Other features

If you wish to setup other features such as **auto refresh leaderboard**, **Advanced verification**, etc read the [#faq](/faq.md)


---

# 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.invi-bot.xyz/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.
