> For the complete documentation index, see [llms.txt](https://docs.tempomonitors.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempomonitors.com/tempo-assistant-commands/custom-server-message.md).

# Custom Server Message

You can use this command to set a custom message to be displayed to your members with every stock check. All available commands can be viewed using: !m help assistant

## Setting a custom server message

To set a custom server message you can use the `assistant custommessage set` command followed by the message. Example:

```
!m assistant custommessage set Remember to post your photos in our #success channel.
```

You can add new lines to your custom server message by using `\n`. Example:

{% code overflow="wrap" %}

```
!m assistant custommessage set Remember to post your photos in our #success channel.\nGood luck!
```

{% endcode %}

<figure><img src="https://4204487504-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSKqJLBRUMbNMQhGsZKLn%2Fuploads%2FulyddFsGGROe4IC6JmtA%2Fimage.png?alt=media&amp;token=b6588eec-842e-484f-abd0-cafa21c5eee7" alt="" width="563"><figcaption><p>Example multi line server message</p></figcaption></figure>

## Removing a custom server message

To remove your custom server message you can use `assistant custommessage remove`. Example:

```
!m assistant custommessage remove
```
