# Using Slash Commands

## What are slash commands?

Solmate uses Discord's built-in **slash commands**. This means you type `/` followed by the command name to interact with the bot.

## How to use them

### Step 1: Type `/`

Start by typing a forward slash (`/`) in any text channel. A menu will appear showing all available commands from bots in the server.

<figure><img src="https://solmatebot.com/docs/placeholder-slash-menu.png" alt=""><figcaption><p>The slash command menu appears when you type /</p></figcaption></figure>

### Step 2: Find the command

You can scroll through the list or start typing the command name to filter results. Look for commands with the Solmate icon.

<figure><img src="https://solmatebot.com/docs/placeholder-slash-typing.png" alt=""><figcaption><p>Type the command name to filter</p></figcaption></figure>

### Step 3: Fill in the options

Some commands have **required** and **optional** arguments. Required arguments are marked and must be filled in before you can run the command. Optional arguments can be left blank.

<figure><img src="https://solmatebot.com/docs/placeholder-slash-options.png" alt=""><figcaption><p>Fill in the command options</p></figcaption></figure>

### Step 4: Press Enter

Hit **Enter** to run the command. The bot will respond in the same channel.

## Tips

* You can use **Tab** to move between arguments
* Type the command name after `/` to quickly find it (e.g., `/tracker`)
* Some commands have **subcommands** — for example, `/tracker add`, `/tracker list`, `/tracker remove`
* If you don't see Solmate's commands, make sure the bot has permission to use slash commands in that channel


---

# 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.solmatebot.com/getting-started/using-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.
