# Response Commands

{% hint style="info" %}
**Good to Know:** This is create for servers that want to relay information quickly for FAQs or just general information that is commonly referred to.
{% endhint %}

<figure><img src="/files/xj00lsJuhXyQpzO9PwsN" alt=""><figcaption></figcaption></figure>

### Configuration

| Name        | Description                                                                                                                                   |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Command     | This is the command name and this is what is used in Discord to execute the command                                                           |
| Description | When reviewing the list of command or entering a specific command the description is shown to the user to let them know what the command does |

#### Action Configuration

Actions are essentially a message. You can have up to 5 actions per Response Command.

With actions you can only have one interaction response. Interaction responses are responses to the command itself. Every command must have one interaction response. If you do not create an interaction response the default one will be used as it is required by Discord.

Channel Message action types will just send a message in the channel where the command was executed. You can have as many channel message actions as you'd like. They will be sent as separate messages to the channel.

Use the message builder to create the message for the command. You can view the message preview on the right side of the admin panel page


---

# 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.betsybot.xyz/configurable-commands/response-commands.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.
