# All slash commands

### Knowledge Base Management

`/kb_add`: upload a document and auto-extract entries&#x20;

`/kb_manual_add`: add an entry via a form

`/kb_list`: list all entries (paginated)

`/kb_update`: edit an entry

`/kb_delete`: delete an entry

`/kb_clear`: delete all entries for the server (use carefully)

### Server Controls&#x20;

`/mode` + `/mode_status`: control how the bot responds

`/select_channel` + `/channel_status`: restrict answers to a channel

`/set_tone` + `/tone_status`: set the response tone

`/admin_role`: control who can configure bot settings

### Appearance / UI

`/embed_color`: set the embed theme color per server

`/analytics`: see KB usage, feedback, and performance

#### Billing / Quotas

`/billing`: view plan status and usage, or get a checkout link The bot enforces daily reply limits depending on your plan/trial


---

# 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://ansari-labs.gitbook.io/ansari-labs/products/ai-powered-assistant/all-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.
