# Invites

## `invitecodes`

{% tabs %}
{% tab title="Slash" %}

* `/invitecodes <target>` - List of the target user's invite codes
  {% endtab %}

{% tab title="Normal" %}

* `invitecodes <target>` - List of the target user's invite codes
  {% endtab %}
  {% endtabs %}

## `invited`

{% tabs %}
{% tab title="Slash" %}

* `/invited <target>` - Get a list of users invited by the target user

![The invited command](https://i.imgur.com/JbmdQ8B.png)
{% endtab %}

{% tab title="Normal" %}

* `invited <target>` - Get a list of users invited by the target user
  {% endtab %}
  {% endtabs %}

## `inviter`

{% tabs %}
{% tab title="Slash" %}

* `/inviter <target>` - Find the person who invited the target user

![The inviter command](https://i.imgur.com/ZC6Cv1R.png)
{% endtab %}

{% tab title="Normal" %}

* `inviter <target>` - Find the person who invited the target user
  {% endtab %}

{% tab title="Context Menu" %}

* Go the profile of the target user
* Right click them, then `Apps`, then `Inviter`
  {% endtab %}
  {% endtabs %}

## `invites`

{% tabs %}
{% tab title="Slash" %}

* `/invites <target>` - Get the invite count of the target user

![The invites command](https://i.imgur.com/pbEcowu.png)
{% endtab %}

{% tab title="Normal" %}

* `invites <target>` - Get the invite count of the target user
  {% endtab %}
  {% endtabs %}

## `leaderboard`

{% tabs %}
{% tab title="Slash" %}

* `/leaderboard` - List of top inviters in your server

![The leaderboard command](https://i.imgur.com/s0oiG9k.png)
{% endtab %}

{% tab title="Normal" %}

* **Aliases**: `lb`, `top`
* **Usage**: `leaderboard` - List of top inviters in your server
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
`<>` refers to user input. For example `<target>` refers to a user that is supposed to be entered while using the command. Most of these arguments are also optional
{% 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.invi-bot.xyz/commands/invites.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.
