> For the complete documentation index, see [llms.txt](https://docs.fishstickbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fishstickbot.com/setup-bot-features/invite-bot.md).

# Invite Bot

### Step 1

Visit <https://fishstickbot.com/invite>

### Step 2

You should see a menu like this:

![](/files/yqdlfE6qHucHXX4Zv7Qr)

Now tap or click `Select a server`. A drop-down menu should appear including all servers you got`Manage Server` permissions in. Select the server you want the bot to join. Afterwards click **continue**.

![](/files/BHvaaNPYD4AGeIATcj01)

### Step 3

After selecting a server, you should see something like this:

![](/files/okyFBJIBxIwDhrSBJYUo)

As long you are not experienced with Discord's permissions system, keep all permissions selected.\
Click the **Authorize** button and complete the **Captcha**.

## Invite Troubleshooting

### I can't find my server. What's the reason?

The main reason for your server not appearing in the drop-down menu is the use of the wrong account. Make sure you're logged into the right account which you can check on the top of the invite screen. You should see your profile picture and Discord tag. If it's the wrong account, press the **Not you?** button.

### Discord asks me to verify my email address.

If you like to add a bot to a server you require an account with a verified e-mail. Head over to your user settings and verify your e-mail.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.fishstickbot.com/setup-bot-features/invite-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
