# Sticky Messages

## What are Sticky Messages?

Sticky messages are messages that stay at the bottom of a channel. You can create messages that users will see before sending a message. Check out this gif for a good example:

![](/files/-M_YUyT3GaHVb1l9wJtk)

## Sticky Message Setup:

Inside the channel you would like to create the sticky message in, run `ch!sticky message` with *message* being the message you would like to stay at the bottom of the channel.

And boom! You're all done!

## Delete a Sticky Message:

To turn off the sticky message in a channel, run `ch!sticky off` in the channel.


---

# 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.channelbot.xyz/guides/sticky-messages.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.
