# Commands

If you aren't familiar with how to use Slash commands inside Discord, [read this](/user-guide/discord/cmds/slash-commands.md) first.

The Muffled Stutter Ad Buddy has been reprogrammed to provide reference information on CyberBrokers and personalized services. The following Slash commands are available withing the #support and Community channels:

**Information Commands**

* [/cb-wallet](/user-guide/discord/cmds/cb-wallet.md) - Shows CyberBrokers assets in your linked hot wallet and its delegated cold wallet.
* [/cb-wallet-addr](/user-guide/discord/cmds/cb-wallet.md) - Same as /cb-wallet, but you can provide a wallet address or ENS name.
* [/cb-broker](/user-guide/discord/cmds/cb-broker.md) - Shows a specific CyberBrokers NFT.
* [/cb-talent](/user-guide/discord/cmds/cb-talent.md) - Shows all 51 CyberBrokers' Talents.
* [/cb-class](/user-guide/discord/cmds/cb-class.md) - Shows the 6 CyberBrokers' Classes.

**Verification Commands**

* [/cb-verify](/user-guide/discord/cmds/cb-verify.md) - Verifies ownership of a hot wallet address and links it to Discord.
* [/cb-signature](/user-guide/discord/cmds/cb-signature.md) - The 2nd step in the /cb-verify command.
* [/cb-univerify](/user-guide/discord/cmds/cb-unverify.md) - Removes Discord association from a hot wallet.


---

# 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.cyberbrokers.com/user-guide/discord/cmds.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.
