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

# Setup Complete Logging

> Step-by-step guide to configure all 7 logging categories.

## Goal

By the end of this guide, every action in your server — from deleted messages to voice moves — will be logged to dedicated channels.

## Prerequisites

* Flare must have `Manage Webhooks` permission
* You need `Manage Guild` permission

## Steps

<Steps>
  <Step title="Create Log Channels">
    Create dedicated channels for each category. We recommend:

    * `#mod-logs`
    * `#message-logs`
    * `#voice-logs`
    * `#member-logs`
    * `#server-logs`
    * `#antinuke-logs`
    * `#automod-logs`
  </Step>

  <Step title="Run the Logging Panel">
    ```bash theme={null}
    /logs
    ```
  </Step>

  <Step title="Assign Each Category">
    Use the dropdown to select a category (e.g., "Messages"), then pick the corresponding channel (`#message-logs`). Repeat for all 7 categories.
  </Step>

  <Step title="Verify">
    Delete a test message. Check `#message-logs` — you should see a formatted embed log within seconds.
  </Step>
</Steps>

<Tip>
  You can assign multiple categories to the same channel if you prefer a single `#all-logs` channel, but separate channels are easier to search through.
</Tip>
