> For the complete documentation index, see [llms.txt](https://invomagic.gitbook.io/ticketsdocs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invomagic.gitbook.io/ticketsdocs/utility/autopublish.md).

# AutoPublish

AutoPublish enables you to, when a message is sent in an announcement channel, to have it automatically published to servers who follow it, this allows you to not worry about publishing it and go on with your day!

## Setup

To setup, run /autopublish add, after doing so you'll see a embed popup asking you to select a channel\
In the menu below, select an announcement channel

<figure><img src="/files/L1R20lQ7HVtq2VY1cePt" alt="" width="563"><figcaption></figcaption></figure>

After using the menu, it'll add the channel to AutoPublish!

<figure><img src="/files/2bjrDK8EPWEWeh9LmSM5" alt="" width="563"><figcaption></figcaption></figure>

### Listing AutoPublish channels

You may list AutoPublish Channels via /autopublish list, this will show you all your channels that have AutoPublish enabled, if you've deleted any and want their IDs you can click "See Channel IDs".

<figure><img src="/files/H8O5GW0OVuAzQAV0mG0j" alt="" width="563"><figcaption></figcaption></figure>

### Removing AutoPublish Channels

If you want to remove a channel from AutoPublish run the /autopublish remove command, you will get this in response

<figure><img src="/files/hGxL43i0DlExJnjC79wS" alt="" width="563"><figcaption></figcaption></figure>

Use the drop down menu to select a channel to remove, if you've deleted the channel, click "Remove by ID" and input its ID in the popup you are given

<figure><img src="/files/jt9OMKrDmrc7xAc2yUs7" alt="" width="563"><figcaption></figcaption></figure>

## Limits

Free Servers can add up to 5 AutoPublish channels\
TicketsPRO Servers can add up to 50 AutoPublish Channels\
\
There are no limits on the amount of messages Tickets will publish (Other than the 10/channel/min that Discord rate limits for)

## How it works

You send a message, and Tickets will publish it, and react letting you know its published it, this reaction will be removed 5 seconds afterwards to keep reactions authentic.

Below is a gif showing you how it works.

<figure><img src="/files/zdTtR6OPfvXo0QLRmOJy" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://invomagic.gitbook.io/ticketsdocs/utility/autopublish.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
