# No Category

## /help

Shows the bots help command.

```
/help
```

## /issues

Shows the current known issues of the bot. You can also click here to see them.

```
/issues
```

## /blacklist-check-own

This allows restricted users to see why they have been restricted from using ManageBot.

```
/blacklist-check-own
```

## /embed

Create a custom embed. A modal will be displayed, allowing you to enter your stuff.

{% hint style="warning" %}
Users need permission to send messages in the channel they specify. &#x20;
{% endhint %}

```
/embed <channel> <colour>
```

## /invite

[Invite the bot.](https://discord.com/oauth2/authorize?client_id=890273033204420678\&permissions=2654858367\&scope=bot%20applications.commands)

```
/invite
```

## /nsfw

This command gives access to NSFW content. If the command is chosen to be hidden, only the author will be able to see the response.

{% hint style="danger" %}
This command is restricted to NSFW channels.
{% endhint %}

```
/nsfw <string: category> [bool: hidden]
```


---

# 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/command-categories/no-category.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.
