# All interaction based

## Slash Commands

All commands that ManageBot offers are slash commands. No prefix commands. The bots text prefix was `m.`, so it will continue responding to that (not what you expect though), when that prefix is used.

By typing `/` in a text channel or DMs, you can see all the bots commands. You may not be permitted to use all of them.

![A preview of the slash commands.](/files/2OwhTmgXq8wiUqznCi4j)

## Context menu commands

Context menu commands feel even more integrated then slash commands do, since you literally right click a message or a user and get some options of things you can do.

![How to use message context commands on PC](/files/3p2Z67XD7W1VtvHZdYlS)

![The translated message. See how to configure the language here.](/files/REdIzpK39cQF6t7u21mQ)

![How to use user context commands.](/files/RaRKgAOFNtxLfoVmncxd)

![The Application Info context command.](/files/wG1sjmcMyUKG8gDjbm6I)

![The Member Information context command.](/files/7T89rJNBJS3ws9uXPq0q)

## Modern UI

ManageBot consistently uses the Discord message components, in order to provide a modern looking, interactive user interface, that is faster and more efficient than reactions.

![The executed /help command.](/files/u0SjbXlEFwYZCaLsnh4y)


---

# 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.managebot.xyz/key-features/all-interaction-based.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.
