# Slash commands

All commands are used in Discord. Most management commands require **Manage Server**.

---

## Forms

| Command | Description |
|---------|-------------|
| `/create` | Start the in-Discord form creation wizard |
| `/list forms` | List forms in this server |
| `/list panels` | List form panels |
| `/panel create` | Create a form panel |
| `/panel add` | Add a form to a panel |
| `/panel remove` | Remove a form from a panel |
| `/panel delete` | Delete a panel |
| `/panel send` | Post a panel to the current channel |
| `/panel details` | Show panel configuration |
| `/resend` | Repost a form's open message |
| `/duplicate` | Copy a form |

---

## Manage

| Command | Description |
|---------|-------------|
| `/register` | Register the server if auto-registration failed |
| `/enable` | Enable a form (now or on a timer) |
| `/disable` | Disable a form (now, with message, or on a timer) |
| `/resetuser` | Clear a user's submission so they can submit again |
| `/clearsubmissions` | Delete all submission records for a form |
| `/edit` | Deprecated — use the dashboard to edit forms |
| `/quickstart` | Short intro with links to docs and dashboard |
| `/help` | List available commands |
| `/shardinfo` | Show shard and latency info (diagnostic) |

---

## Tickets

Requires Formify to have **Manage Channels**. Some subcommands need extra permissions as noted.

| Command | Description |
|---------|-------------|
| `/ticket claim` | Claim the current ticket |
| `/ticket close` | Close the current ticket |
| `/ticket reopen` | Reopen a closed ticket |
| `/ticket info` | Show ticket details |
| `/ticket add` | Add a member (Manage Server) |
| `/ticket remove` | Remove a member (Manage Server) |
| `/ticket closerequest` | Ask the submitter to approve closing |

---

## Permission summary

| Requirement | Commands |
|-------------|----------|
| None | `/help`, `/quickstart`, `/register`, `/shardinfo`, `/ticket info` |
| Manage Server | Most form, panel, enable/disable, reset, and clear commands |
| Manage Server | `/ticket add`, `/ticket remove` |
| Support role or Manage Server | `/ticket claim`, `/ticket close`, `/ticket reopen`, `/ticket closerequest` |

Support roles are set on each ticket template.

---

## Related

- [Setup](/getting-started/setup/)
- [Forms](/guides/forms/)
- [Tickets](/guides/tickets/)
