# Docs

## /link docs managebot

A link to this documentation.

```
/link docs managebot
```

## /link docs disnake

A link to the [disnake documentation](https://disnake.readthedocs.io/en/latest/).

```
/link docs disnake
```

## /link docs discord-js

A link to the [discord-js documentation](https://discord.js.org/#/docs/main/stable/general/welcome).

```
/link docs discord-js
```

## /link docs discord4j

A link to the [discord4j documentation](https://docs.discord4j.com).

```
/link docs discord4j
```

## /link docs jda

A link to the [Java Discord API documentation](https://ci.dv8tion.net/job/JDA/javadoc/).

```
/link docs jda
```

## /link docs discord-net

A link to the [Discord.NET documentation](https://docs.stillu.cc/api/index.html).

```
/link docs discord-net
```

## /link docs design-maker

A link to the [creative.co website](https://auto.creavite.co).

```
/link docs design-maker
```


---

# 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/link/docs.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.
