# Misc

- [How to use custom emojis](https://docs.discordbotstudio.org/misc/how-to-use-custom-emojis.md): This page will describe how to use custom emojis within a response node in DBS.
- [Buttons and Selects](https://docs.discordbotstudio.org/misc/buttons-and-selects.md): This video shows you how to add buttons and selects to message responses in DBS.
- [Determining which button was clicked](https://docs.discordbotstudio.org/misc/buttons-and-selects/determining-which-button-was-clicked.md): This tutorial will explain how you can determine which button was clicked by a user. This is useful if your bot has more than one button, and you want to be able to link specific functionality to each
- [Slash Commands](https://docs.discordbotstudio.org/misc/slash-commands.md): This video shows you how to add slash commands to your bot in DBS.
- [Tagging a role](https://docs.discordbotstudio.org/misc/tagging-a-role.md): This page explains how you can tag a certain role in a message or embed.
- [Tagging a channel](https://docs.discordbotstudio.org/misc/tagging-a-channel.md): This page explains how you can tag a channel in a message or embed response with your bot.


---

# 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.discordbotstudio.org/misc.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.
