> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loti.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Sticky Messages

> Set a sticky message in a channel.

### Create a Sticky Message

<Tip>
  An [embed](https://docs.loti.bot/configuration/embeds) can also be used!
</Tip>

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,sticky add (channel) (message)
  ```

  ```plaintext Example theme={null}
  ,sticky add #general Make sure to collect your roles!
  ```

  ```plaintext Example with Embed theme={null}
  ,sticky add #general {embed}{description: Make sure to collect your roles!}
  ```
</CodeGroup>

### View a Sticky Message

<Tip>
  The identifier can be found by using \`,sticky list\` and using the number specified.
</Tip>

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,sticky view (identifier)
  ```

  ```plaintext Example theme={null}
  ,sticky view 1
  ```
</CodeGroup>

### List the Sticky Messages

<CodeGroup>
  ```plaintext Syntax theme={null}
  ,sticky list
  ```
</CodeGroup>
