> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superalts.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Rules System Interactions

> All slash commands and interactions for managing and displaying your server’s rules using the Rules System bot.

## 🚀 Slash Commands

### `/newmenu`

Adds a new rule entry to the rules system.

**Options:**

* `label` — The rule title (what appears in the select menu)
* `description` *(optional)* — Short explanation under the title
* `emoji` *(optional)* — Emoji icon for the rule in the menu

Once submitted, a **modal** will appear requesting:

* The full **rule content**
* An **image URL** (must start with `https://`)

***

### `/setup`

Sends the **rules panel** to the current channel.

* Displays a **select menu** with all added rules
* Users can choose to view individual rule details dynamically

***

### `/checkrules`

Displays a structured **embed** with:

* All current rule titles
* Their **assigned ID numbers**

This is useful for managing and referencing rules when updating or removing them.

***

### `/removerule`

Removes a rule from the system.

**Options:**

* `id` — The rule’s unique ID (can be found using `/checkrules`)
