# App Invitation & Permissions

In this entire documentation, we will refer our Discord bot as an <mark style="color:yellow;">**application / app**</mark> as Discord has made that official for developers who create apps with slash commands.

***

## Invitation Link

Head to the following link to invite our application into your server.

[https://discord.com/oauth2/authorize?client\_id=1011135011413577768](#invitation-link)

***

### Authorization to Invite

You will be greeted by the follow webpage from Discord to add the application into your server.

<mark style="color:orange;">To add our app, you must have a role minimum with the</mark> <mark style="color:green;">**'Manage Server'**</mark> <mark style="color:orange;">permissions enabled, or as an administrator or owner.</mark>

<div align="left"><figure><img src="/files/tVct5DGcmz9hhhcZLKdB" alt=""><figcaption></figcaption></figure></div>

Once you have found your server on the list, select it and click <mark style="color:blue;">"Continue"</mark>.

***

### Authorized Permissions in Server

Do **check / allow all permissions** requested by our application, and click <mark style="color:blue;">"Authorize"</mark>.

{% hint style="warning" %}
**In this documentation, we will present the app being set-up with Administrator permissions enabled.**

*<mark style="color:yellow;">**Administrator**</mark>* *<mark style="color:orange;">permission is optional, but do ensure the channels that the app sends messages in are whitelisted. We will cover this topic in the next sub-page.</mark>*
{% endhint %}

<div align="left"><figure><img src="/files/NtYrlqIpi9tuCddo5QTK" alt=""><figcaption></figcaption></figure></div>

***

## Completion of Invitation & Server Permissions

Once the app is added, you will be redirected out of the Discord webpage to our website with by the following message.

<figure><img src="/files/pwsH9I2DTFuKYQc4bTt5" alt=""><figcaption></figcaption></figure>

You will also notice our application being added into your own Discord server.

Do make sure you have invited our application with the following credentials:&#x20;

**Verification#3684** (ID: 1011135011413577768) - and it is a verified application audited by Discord with the <mark style="background-color:purple;">✔️App</mark> label.

<div align="left"><figure><img src="/files/5HtrcBPNqLa0d5BqIG1g" alt=""><figcaption></figcaption></figure></div>


---

# 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.authenticateme.xyz/en/owners-manual/setup/0001-subpage.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.
