# Configuring in discord

## Lets get started

The fastest way to get started is through configuring the desired features using their respective commands, throughout the next pages you will learn how to add and configure them in your server

### Slash Commands

Discord uses what is called Slash commands to interact with bots, and we leverage those to setup all the functionalities our bot offers. Sometimes those commands require or have optional parameters, in order to better explain our commands we will always explain the commands with the command name and table explaining what each parameter that command might have, see example below:<br>

Command: **/add-floor-volume-tracker**

Parameters: <br>

<table><thead><tr><th>Parameters</th><th width="343.3333333333333">Description</th><th>Required</th></tr></thead><tbody><tr><td>floor</td><td>Yes or No option to track floor prices</td><td>yes</td></tr><tr><td>volume</td><td>Yes or No option to track collection volume</td><td>yes</td></tr><tr><td>total-listed</td><td>Yes or No option to track amount of listed nfts</td><td>yes</td></tr></tbody></table>


---

# 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.tektools.app/product-guides/configuring-in-discord.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.
