# Troubleshooting

This page covers the most common issues you can face while using Ticket Tool

### Ticket Tool doesn't answer

1. Run **`$debug`** on the channel you are trying to run Ticket Tool commands, if the bot has minimum perms it will either send a embed marking with `❌` the permissions it's missing to work properly. If it can't send it to the channel due to permissions, but it received the command it will DM you the debug embed.
2. Go to your [Server Configs](/dashboard/server-configs.md) and look at your [Blacklisted Roles](/dashboard/server-configs.md#blacklist-roles), Ticket Tool will ignore anyone who has any of those roles.

{% hint style="warning" %}
Blacklisting **`@everyone`** will result in Ticket Tool being unresponsive to commands to any user.
{% endhint %}

3. Within the [Server Configs](/dashboard/server-configs.md) tab check that the bot you have enabled is the one you have on your server. If you selected the premium bot you must count with an active [premium](https://tickettool.xyz/premium) subscription.

### Ticket Tool leaves my server as soon as I add it

The most common cause for this situation is having a security bot target Ticket Tool, which leads to Ticket Tool being removed or having its permissions removed. To solve this, reach out to the support team of your security bot in order to whitelist Ticket Tool.

### Everyone can see my tickets!

There are two possible reasons for this issue:

1. The **`@everyone`** role being selected as a [Support Team Role](/dashboard/panel-configs/general-options.md#support-team-roles), this by default will grant access to the tickets. To fix it you can simply remove the role from this set of roles and new tickets should be private again.
2. The [**`@everyone`** role opened permissions](/dashboard/panel-configs/permission-options.md#everyone-role-permissions) have granted access to tickets. To fix it mark as `❌` the **`View Channel`** permission and new tickets will be private.

### I can't see my ticket

Discord's integrated `View As Role` feature allows you to see the way different set of roles have access to your server's channels. While this is a useful feature, it's not reliable enough for thorough Ticket Tool testing - As tickets are created based on User permissions, while Role permissions are used for [Support Team Roles](/dashboard/panel-configs/general-options.md#support-team-roles), and [Additional Roles](/dashboard/panel-configs/general-options.md#additional-roles).

To test Ticket Tool as a user, we suggest you ask a friend to open a ticket for you as a regular member would do, or use an alternative account to simulate the same process to make sure everything is set properly.


---

# 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.tickettool.xyz/debugging/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.
