# Sticky Messages

This system allows you to send customisable sticky messages, all within the comfort of slash commands. Our advanced algorithm mitigates the risk of duplicate sticky messages, to ensure a positive experience for everyone!

#### OBJECTIVES

* [Create a new Sticky Message](#create-a-sticky-message)
* [Delete an existing Sticky Message](#delete-a-sticky-message)
* [Manage the status of a Sticky Message](#managing-the-status-of-a-sticky-message)

<figure><img src="/files/hpYDRC6i8D8tDOGgBsPT" alt=""><figcaption><p>You can <strong>configure</strong> the message you wish to display as a sticky message</p></figcaption></figure>

#### REQUIREMENTS

**Premium Tier** and **Deluxe Tier** subscriptions have full functionality access to this feature.

***

## Create a Sticky Message

To create a new sticky message, use the [`/stickymessage create`](/commands/stickymessages/create.md) command and select the channel you want the sticky message to be displayed in. Once you have done so, your sticky message will be immediately displayed in the channel and updated when new messages are sent.

{% hint style="info" %}
You can only have up to one sticky message active in each channel for your Discord server, to prevent conflicts.
{% endhint %}

## Delete a Sticky Message

Deleting an existing sticky message is also really simple and can be achieved by running the [`/stickymessage delete`](/commands/stickymessages/delete.md) command, and selecting the intended sticky message in the process. It will be referenced by the sticky message's title or content and the name of the channel it is configured in.

<figure><img src="/files/5Txrle6HgaTXto6c9c4U" alt=""><figcaption></figcaption></figure>

## Managing the status of a Sticky Message

A unique functionality for our bot is the ability to individually pause and resume the activity of each sticky message. You can do this by running the [`/stickymessage status`](/commands/stickymessages/status.md) command

{% hint style="info" %}
You can have multiple sticky messages configured for a single channel, as long as only one of them is active at a time.
{% endhint %}

<figure><img src="/files/lV87CZ2fJuV5llpkvlz0" alt=""><figcaption><p><a href="https://zap-hosting.com/deluxe"><strong>Click here to be redirected to our affiliate link!</strong></a></p></figcaption></figure>


---

# 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.elyxir.dev/features/stickymessages.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.
