# Slash Commands

Slash commands are a powerful way to interact with custom features of Discord bots on a server. CyberBrokers uses slash commands to provide unique and personalized experiences, so it's important to familiarize yourself with them.&#x20;

There are two main ways to use slash commands within Discord:

### + Symbol <a href="#vla09k7m53lq" id="vla09k7m53lq"></a>

* Click the + symbol to the left of where you type messages, then click **Use Slash Command**.

  <figure><img src="https://lh5.googleusercontent.com/sSVvwA9gUYXPYbfC5q_RuMtbG5J0l6uL03E3hmm6wlUAu_27eribPU0VXVp3J9gPM7SMBmH9EbKb6CzumcuvtrZMgTACU-m3EaRzakiy7puZvHWvRLNd87UHJxAO2hHQ5q6qH2xs4m_ubJG6U-h-_4n5jSe489ew5QoGG4LJXrHh8-n1XlWbHBBX" alt=""><figcaption></figcaption></figure>
* This will provide a list of Discord Bots on the left. Muffled Stutter is the first circled bot, and provides slash commands that are informational only. Muffled Stutter+ is the second circled bot and provides wallet verification commands.

<figure><img src="https://lh6.googleusercontent.com/XwgLwn7SePMYOPtaY1h7pV-RTvBK-Eyk4xwHZfdf7YGmDM3JHUyVpfZTn3fEh_U5emrPp90BkeJA6U2GNw_FAlb2tmXSWbmQkdQ-zgiUBDIfWsnARS0JxaV2hfa1QHKIm3hd6sovgJEQ4-40VK-8nEEixbrqMvM_RSnDcbMP9ixsVBzqnobmSdmv" alt=""><figcaption></figcaption></figure>

* Click a bot on the left, then click the command you want to use. The slash command will then show up in the send message area. You can interact with it from there.<br>

  <figure><img src="https://lh5.googleusercontent.com/rguN5sP6w3udOQNeVrduQddleshdumQ0ib02Y2AOrwWsyU5qyrZIW9RHG90LiW_1jivG15y2z6HaU9cLaSyvC9OW4-kHK5DbnAZr-mjn2yuEzEOLyzN2XSFuYdBJqxuWquH9L_5LxO_FSCJQ3hdcBtF22QY1uYlopdgR5hJN18ygdUrjk03zhszo" alt=""><figcaption></figcaption></figure>

### / Start <a href="#xfoqnzdsoiw2" id="xfoqnzdsoiw2"></a>

* Start by typing the / (forward slash) character and the beginning of the slash command name.<br>

  <figure><img src="https://lh5.googleusercontent.com/71nch74oPFncW4YTVrgsxcd7EDxEQb4IA0IHBabis216atx-zewXnFIpWHxaeo9H_YDAosnwi44beEEE0ekE_WSLI5IB8VypCrExQk0cg6Qx_q7HDB91B7WWdTeroieFsCsEEQYKL0uQS7dvcug4nvyPhLppW4GKu5h1RHHm3C8tYlcso6Cr5q4s" alt=""><figcaption></figcaption></figure>
* As you type, you will be given options that match.&#x20;
* You can select one from the list above, or continue typing to complete the slash command name.&#x20;
* Once you have selected one, it will show up in the send message area, and you can interact with it from there.<br>

  <figure><img src="https://lh5.googleusercontent.com/rguN5sP6w3udOQNeVrduQddleshdumQ0ib02Y2AOrwWsyU5qyrZIW9RHG90LiW_1jivG15y2z6HaU9cLaSyvC9OW4-kHK5DbnAZr-mjn2yuEzEOLyzN2XSFuYdBJqxuWquH9L_5LxO_FSCJQ3hdcBtF22QY1uYlopdgR5hJN18ygdUrjk03zhszo" alt=""><figcaption></figcaption></figure>

### Command Options <a href="#soskf63mh6an" id="soskf63mh6an"></a>

\
In this case, there is an optional command parameter that needs to be filled out before you can submit the command.

* Many slash commands have additional options that can be added for greater functionality. To access these options, click the 'more' text next to the command. Then, simply click the option you want to add to the command.<br>

  <figure><img src="https://lh3.googleusercontent.com/LQWi5knJy2A5A266O6-dfuHVl0lO_5pjej7tl_E6F0B1zsPj4V13fRMjMRgRmY-wUk5RAb4rIhtJH_gblOZB-o1rgzMxuBAyJyGSUzH1IlNLIWj31hFgluA7m80_3Lx9EBA4PplQMB9JPu3EXyPCZ9uUcrp6uX8NQ6ej09JBDtFoCrdUsm65m-50" alt=""><figcaption></figcaption></figure>

  <figure><img src="https://lh3.googleusercontent.com/cVQ_wMG_3QmILkvKAdsocHOHRBXjMf53BzBnI2fRLFbxt9BvqWJcy6zQ3kUjRzd1m1be-RHSKaf3FY5MXkCg7njNKjvGwYwmEoT1EtL4GSqzkkDo3LjD1Qf0KQOLELAa3ufRfoW3otLfl7_W4t4EEPxzX-pisi94BNdoMsfHUkMxMeixscI7RETP" alt=""><figcaption></figcaption></figure>
* Once you have entered all the options, click the enter key or submit button to execute the slash command.


---

# 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/slash-commands.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.
