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

# Auto Poster

> Automatically post curated images and memes to your server channels.

## Overview

Auto Poster automatically posts curated profile pictures (male, female, anime, random) and memes to designated channels on a recurring schedule. Set it up once and Flare keeps the content flowing.

***

## Configuration

Run the interactive setup wizard:

```bash theme={null}
/autoposter setup
```

**Aliases:** `ap`, `autopfp`\
**Required Permissions:** `Manage Guild` (user), `Manage Channels`, `Manage Messages` (bot)

### Available Categories

| Category       | Description                     |
| -------------- | ------------------------------- |
| **Male PFP**   | Curated male profile pictures   |
| **Female PFP** | Curated female profile pictures |
| **Anime PFP**  | Anime-style profile pictures    |
| **Random PFP** | Mixed profile pictures          |
| **Meme**       | Trending memes                  |

***

## How It Works

<Steps>
  <Step title="Run the Setup Wizard">
    ```bash theme={null}
    /autoposter setup
    ```
  </Step>

  <Step title="Select a Category">
    Use the dropdown to pick which type of content to post (e.g., Anime PFP).
  </Step>

  <Step title="Assign a Channel">
    Either select an existing channel or click **Make Dedicated Channel** to have Flare create one automatically.
  </Step>

  <Step title="Save and Done">
    Click **Done** to save your configuration. Flare will begin posting automatically.
  </Step>
</Steps>

***

## Troubleshooting

<AccordionGroup>
  <Accordion title="Flare isn't posting anything">
    Ensure Flare has `Send Messages` and `Embed Links` permissions in the designated channel. Also confirm the category is still assigned by running `/autoposter setup`.
  </Accordion>
</AccordionGroup>
