# User Command

**Introduction**&#x20;

Activates when a user executes a specified command.

**Configuration**

1. **Command**: Set the command to trigger the response (1-32 characters).
2. **Permissions**: Specify required permissions for using this command. If empty, it's accessible to all.
3. **Guild Only**: For custom bots, enable this to restrict the command to guild channels, excluding DMs.

**Variables**

1. **User**: Identifies the user who executed the command.
2. **Target**: The target of the command.
3. **Channel**: The channel where the command was used.
4. **Interaction**: The interaction object from the command execution. Use this to reply to the command with the 'Reply to Interaction' step.

**Usage**&#x20;

Ideal for custom interactive commands, enabling specific actions or responses based on the command and user interaction.

**Troubleshooting**&#x20;

Check the command setup and configuration to ensure it aligns with the intended use.
