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

# Auto-Publish

> Automatically publish messages in announcement channels without manual intervention.

# Auto-Publish

> Automatically publish messages in announcement channels without manual intervention.

## Overview

Auto-publish forwards every message posted in a configured announcement channel to all servers following it — instantly, without anyone clicking Publish.

<Info>
  Only works with **announcement channels** (News channels). Regular text channels are not supported.
</Info>

## Add

Enable auto-publishing for an announcement channel.

<CodeGroup>
  ```bash Syntax theme={null} theme={null}
  ;autopublish add (#channel)
  ```

  ```bash Example theme={null} theme={null}
  ;autopublish add #announcements
  ```
</CodeGroup>

## Remove

Disable auto-publishing for a channel.

<CodeGroup>
  ```bash Syntax theme={null} theme={null}
  ;autopublish remove (#channel)
  ```

  ```bash Example theme={null} theme={null}
  ;autopublish remove #announcements
  ```
</CodeGroup>

## List

View all channels with auto-publishing enabled.

```bash theme={null} theme={null}
;autopublish list
```
