> For the complete documentation index, see [llms.txt](https://mythicalbot.gitbook.io/arklynn-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mythicalbot.gitbook.io/arklynn-docs/overview/invite.md).

# Invite

***

### **Invite the Bot**

Click the button below to add Arklynn to your server.\
Make sure you have the **Manage Server** permission on the server you want to add it to.

{% embed url="<https://discord.com/oauth2/authorize?client_id=1207787855506710578&integration_type=0&permissions=8&scope=bot>" %}

{% hint style="warning" %}
The invite link above grants **Administrator** – the simplest way to let the bot work out of the box.\
If you prefer to grant only the [minimal permissions](#id-3-permissions-breakdown), scroll down to the permissions table.
{% endhint %}

| Permission              | Required?   | Why it's needed                                                            |
| ----------------------- | ----------- | -------------------------------------------------------------------------- |
| `Manage Roles`          | ✅ Required  | For level roles, auto‑role, reaction roles.                                |
| `Manage Channels`       | ✅ Required  | To create/delete counting channels, set slowmode, manage ticket channels.  |
| `View Audit Log`        | ✅ Required  | To detect kicks, bans, and timeouts for automatic credibility punishments. |
| `Send Messages`         | ✅ Required  | Basic messaging in all channels.                                           |
| `Read Message History`  | ✅ Required  | For many commands to work (e.g., counting, afk, level‑up messages).        |
| `Use Slash Commands`    | ✅ Required  | To execute all modern `/` commands.                                        |
| `Kick Members`          | ⚠️ Optional | Needed only if you plan to use `.kick or /kick` or the moderation module.  |
| `Ban Members`           | ⚠️ Optional | Needed only for `.ban or /ban` and similar commands.                       |
| `Manage Messages`       | ⚠️ Optional | Required for `.clear or /clear` and message‑based auto‑moderation.         |
| `Manage Webhooks`       | ⚠️ Optional | For welcome/farewell messages via webhooks.                                |
| `Create Instant Invite` | ⚠️ Optional | For invite‑tracking features (the bot creates invites automatically).      |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://mythicalbot.gitbook.io/arklynn-docs/overview/invite.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.
