# Troubleshooting

Occasionally the bot may have some issues, that's a given. So see below how to fix some problems in the best possible way! If you find any other problems, they will be added here with how to fix them! If the problem isn't there report it by using bug command and we look at it further!

{% hint style="info" %}

* Our support server: [SUPPORT](https://discord.gg/6H87uNcDME)
  {% endhint %}

<mark style="background-color:blue;">**The prefix is not working or I forgot what it is, what should I do?**</mark> • No worries! Simply ping the bot by mentioning it (@botname), and it will respond with the prefix it is currently using. You can then use that prefix to interact with the bot's commands.

<mark style="background-color:blue;">**The bot does not create server invites, what should i do?**</mark> • One possible reason is that the bot lacks the necessary permissions to create invitations. Please check the bot's permissions and ensure that it has the "Create Invite" permission enabled. If not, grant it the required permissions to allow it to create server invites.

<mark style="background-color:blue;">**The bot is not responding to specific commands**</mark> • If the bot is not responding to specific commands, consider the following:

* Double-check that you are using the correct command syntax and parameters. Some commands may require specific arguments or formats.
* Verify that the bot has the necessary permissions to execute the command. Certain commands may require additional permissions.
* If the issue persists, report it as a bug using **k?bug** or **/bug** commands.

<mark style="background-color:blue;">**The bot is unresponsive or not executing commands**</mark> • If the bot is not executing commands or is unresponsive this can be problem at our side! If this happens, join our support server and report it, so we can fix it as fast as possible!


---

# 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://kyletheshef.gitbook.io/kyle-the-shef/troubleshooting.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.
