> For the complete documentation index, see [llms.txt](https://crunchcrunchpaw.gitbook.io/crunchcrunchpaw-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crunchcrunchpaw.gitbook.io/crunchcrunchpaw-docs/information/commands.md).

# Commands

## Hello and welcome to the list and the guide of all 60+ crunchcrunchpaw's commands!

welcome! welcome to the list of all 80+ commands of CrunchCrunchPaw! if you want to suggest one, then  [join the support server](https://discord.com/invite/739eE2YYeu)!&#x20;

but, if you want to know about the variables, [click me!](/crunchcrunchpaw-docs/overview.md)

## Table of categories :&#x20;

* [Fighting commands](/crunchcrunchpaw-docs/information/commands/fighting-commands.md)
* [Economy commands](/crunchcrunchpaw-docs/information/commands/economy-commands.md)
* [Giveaway commands](/crunchcrunchpaw-docs/information/commands/giveaway-commands.md)
* [Support commands](/crunchcrunchpaw-docs/information/commands/support-commands.md)
* [Fun commands](/crunchcrunchpaw-docs/information/commands/fun-commands.md)
* [Server commands](/crunchcrunchpaw-docs/information/commands/server-commands.md)
* [Ticket commands](/crunchcrunchpaw-docs/information/commands/tickets-commands.md)
* [Leaving commands](/crunchcrunchpaw-docs/information/commands/leaving-commands.md)
* [Welcoming commands](/crunchcrunchpaw-docs/information/commands/welcoming-commands.md)
* [Moderation commands](/crunchcrunchpaw-docs/information/commands/moderation-commands.md)
* [Suggestion commands](/crunchcrunchpaw-docs/information/commands/suggestion-commands.md)
* [Published messages commands](/crunchcrunchpaw-docs/information/commands/publish-msgs-command.md)

Want more commands? here are all the commands that don't have their own screenshot.

\[arg] = required arguement | (arg) = optional arguement

| Command           | Use                                                | Desc                                                                                |
| ----------------- | -------------------------------------------------- | ----------------------------------------------------------------------------------- |
| \*feature.suggest | \*feature.suggest \[suggestion]                    | Suggest a feature and send it to the devs                                           |
| \*reminder.create | \*reminder.create \[time] (what to be reminded of) | Creates a reminder                                                                  |
| \*bubble.wrap     | No args                                            | Get your own bubble wrap!                                                           |
| \*linkify         | \*linkify \[text] \| \[link]                       | Linkifies your text                                                                 |
| \*profile         | No args                                            | View your profile                                                                   |
| \*roles           | \*roles \[(user)]                                  | View a user's roles, if you want to see yours then use the command like `*roles me` |
| \*id.gen          | No args                                            | Generate yourself your own id                                                       |
| \*ping            | No args                                            | Pong!                                                                               |
| \*nuke            | No args                                            | Nuke the channel                                                                    |
| \*calculate       | \*calculate \[expression]                          | Calculates a math expression                                                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://crunchcrunchpaw.gitbook.io/crunchcrunchpaw-docs/information/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
