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

# AutoPost

> Set up automatic posters for your server.

## Introduction

jar's extensive userbase and collection of content can be used to automatically post them to your server channels. This guide will show you how to set up autoposters for various content types.

## Setting up an autoposter

To set up an autoposter, you'll need to pick which content type you want to post and the channel you want to post it to.

<Warning>Username and vanity autoposters are **currently disabled**, due to instability issues. Please refer to the `/lookup` and `/vanities` commands for the time being.</Warning>

Type in this command to bring up the options and the channel you want to post to.

```python theme={null}
/autopost setup [option] [channel]
```

You'll need to select what you want to post...

<Frame caption="Selecting the content type">
  <img src="https://mintcdn.com/jarinc/A4GghNGPwdWr9LoP/images/server/autopost/autopost_setup_option.jpg?fit=max&auto=format&n=A4GghNGPwdWr9LoP&q=85&s=7a1422753645633a7e884d2bbc2cd682" alt="Selecting the content type" width="837" height="491" data-path="images/server/autopost/autopost_setup_option.jpg" />
</Frame>

...and the channel you want to post to.

<Frame caption="Selecting the channel">
  <img src="https://mintcdn.com/jarinc/A4GghNGPwdWr9LoP/images/server/autopost/autopost_setup_channel.png?fit=max&auto=format&n=A4GghNGPwdWr9LoP&q=85&s=0e5800385397d9ce512bb2f79ae46bde" alt="Selecting the channel" width="825" height="680" data-path="images/server/autopost/autopost_setup_channel.png" />
</Frame>

After selecting both options and confirming, you should see this message.

<Frame caption="Autoposter setup confirmation">
  <img src="https://mintcdn.com/jarinc/A4GghNGPwdWr9LoP/images/server/autopost/autopost_setup_success.png?fit=max&auto=format&n=A4GghNGPwdWr9LoP&q=85&s=e2e9f4d102a68f4ebcb83c7d429a815f" alt="Autoposter setup confirmation" width="760" height="179" data-path="images/server/autopost/autopost_setup_success.png" />
</Frame>

<Info>Please read the success message carefully, because it tells you **when it will post next**.</Info>

## Removing an autoposter

To remove an autoposter, type in this command to bring up the option that you want to remove.

```python theme={null}
/autopost remove [option]
```

You'll need to select the content type you want to remove.

<Frame caption="Selecting the content type">
  <img src="https://mintcdn.com/jarinc/A4GghNGPwdWr9LoP/images/server/autopost/autopost_remove.png?fit=max&auto=format&n=A4GghNGPwdWr9LoP&q=85&s=27ace3fb3599ccb3dbf1e17f19edd79f" alt="Selecting the content type" width="613" height="469" data-path="images/server/autopost/autopost_remove.png" />
</Frame>

You should see this confirmation message after doing so.

<Frame caption="Autoposter removal confirmation">
  <img src="https://mintcdn.com/jarinc/A4GghNGPwdWr9LoP/images/server/autopost/autopost_remove_success.png?fit=max&auto=format&n=A4GghNGPwdWr9LoP&q=85&s=7a022703ed59c305133a9154a5573400" alt="Autoposter removal confirmation" width="723" height="166" data-path="images/server/autopost/autopost_remove_success.png" />
</Frame>

## Checking autoposter channels

To check the channels that have autoposters set up, type in this command.

```python theme={null}
/autopost status
```

<Frame caption="Autoposter status">
  <img src="https://mintcdn.com/jarinc/A4GghNGPwdWr9LoP/images/server/autopost/autopost_status.png?fit=max&auto=format&n=A4GghNGPwdWr9LoP&q=85&s=5f5332ca9f98fb87b627e9dd59c5d2f4" alt="Autoposter status" width="531" height="446" data-path="images/server/autopost/autopost_status.png" />
</Frame>

## Resetting all autoposters

To reset all autoposters, type in this command.

```python theme={null}
/autopost reset
```

You should see this confirmation message after doing so...

<Frame caption="Autoposter reset confirmation">
  <img src="https://mintcdn.com/jarinc/A4GghNGPwdWr9LoP/images/server/autopost/autopost_reset.png?fit=max&auto=format&n=A4GghNGPwdWr9LoP&q=85&s=3004a584876fd05d6040a2e44ddfb20e" alt="Autoposter reset confirmation" width="597" height="152" data-path="images/server/autopost/autopost_reset.png" />
</Frame>
