# Command Configs

To access these settings:

> Head to your [Dashboard](https://tickettool.xyz/manage-servers)\
> Select your server\
> Go to the **Command Configs** Tab

## Command Configs

{% hint style="info" %}
Here, you can enable or disable specific commands. You can also set which channels these commands should be used in, and who can use the commands.
{% endhint %}

This is how you navigate the dashboard to get to `Command Configs`:

![Command Configurations](https://i.imgur.com/UZ7Oxem.gif)

## Enabling and Disabling Commands

Use the slider by each command to turn it on or off. When it is green, the command is enabled. When red, it is disabled.

When a command is disabled, it can no longer be used by anybody on your server.

![Command Configurations Slider](https://i.imgur.com/QCNJfJv.png)

### Support Team Only

When enabled, the command can only be run by users with a [Support Role](https://docs.tickettool.xyz/panel-configs/general-options#support-team-roles) in a ticket.

![Support Team Only](https://i.imgur.com/cLwrYhh.png)

### Allowed Channels

A list of whitelisted channels the command can be run in.

{% hint style="info" %}
Overrides [**Disabled Channels**](#disabled-channels)
{% endhint %}

### Disabled Channels

A list of channels the command cannot be used in.

![Allowed And Disabled Channels](https://i.imgur.com/i3CKd4M.png)

### Allowed Roles

A list of roles that can run the command.

{% hint style="info" %}
Overrides [**Disabled Roles**](#disabled-roles)
{% endhint %}

### Disabled Roles

A list of roles that cannot run the command.

![Allowed And Disabled Roles](https://i.imgur.com/GOyPG1B.png)

{% hint style="success" %}
Now you’ve edited some settings, make sure to press the green “Save” button
{% endhint %}


---

# 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/dashboard/command-configs.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.
