> ## 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.

# Automations Commands

> Complete reference for Automations commands in Flare.

Below is a complete, searchable reference for all **Automations** commands available in Flare.

## `automod`

configure automod filters and punishments

<Accordion title="View Details: /automod">
  **Usage**

  ```bash theme={null}
  /automod <subcommand> [args]
  ```

  **Aliases**
  `am`

  **Required Permissions**
  `ManageGuild`

  **Examples**

  ```bash theme={null}
  /automod antispam on
  /automod antibadwords on
  /automod badwords add toxic
  /automod whitelist user add @User
  /automod whitelist channel add #general
  /automod punishment warn
  /automod config
  ```
</Accordion>

***

## `autoposter`

manage automatic image posting (pfps and memes)

<Accordion title="View Details: /autoposter">
  **Usage**

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

  **Aliases**
  `ap`, `autopfp`

  **Required Permissions**
  `ManageGuild`

  **Examples**

  ```bash theme={null}
  /autoposter setup
  ```
</Accordion>

***

## `autoreaction`

manage trigger-based auto reactions

<Accordion title="View Details: /autoreaction">
  **Usage**

  ```bash theme={null}
  /autoreaction <add/remove/list> [trigger] [emoji] [matchType]
  ```

  **Aliases**
  `autoreact`

  **Required Permissions**
  `ManageMessages`

  **Examples**

  ```bash theme={null}
  /autoreaction add hello 👋
  /autoreaction add bye 😢 exact
  /autoreaction remove hello 👋
  /autoreaction list
  ```
</Accordion>

***

## `autoresponder`

manage autoresponders

<Accordion title="View Details: /autoresponder">
  **Usage**

  ```bash theme={null}
  /autoresponder <add/remove/list> [trigger] [response]
  ```

  **Aliases**
  `ar`

  **Required Permissions**
  `Administrator`

  **Examples**

  ```bash theme={null}
  /autoresponder add hi hello
  /autoresponder remove hi
  /autoresponder list
  ```
</Accordion>

***

## `stickynick`

manage sticky nicknames that persist when changed

<Accordion title="View Details: /stickynick">
  **Usage**

  ```bash theme={null}
  /stickynick <set/remove/list> [@user] [nickname]
  ```

  **Aliases**
  `sn`, `stickynickname`

  **Required Permissions**
  `ManageNicknames`

  **Examples**

  ```bash theme={null}
  /stickynick set @user CoolNick
  /stickynick remove @user
  /stickynick list
  ```
</Accordion>

***
