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

# Logging Overview

> Understand how Flare logs events and how to configure each category.

## Overview

Flare uses **Discord Webhooks** for logging. When you enable a log category, Flare creates a webhook in your chosen channel and delivers formatted embed logs for every relevant event.

### Why Webhooks?

* Logs appear with Flare's branding regardless of bot status
* Webhooks are faster than regular messages
* Each category is independent — if one breaks, others keep working

***

## Available Categories

<CardGroup cols={2}>
  <Card title="Message Logs" icon="message" href="/logging/message-logs">
    Deleted and edited messages with full content.
  </Card>

  <Card title="Moderation Logs" icon="gavel" href="/logging/moderation-logs">
    Bans, kicks, mutes, warns, and jails.
  </Card>

  <Card title="Voice Logs" icon="microphone" href="/logging/voice-logs">
    Voice joins, leaves, moves, mutes, and deafens.
  </Card>

  <Card title="Member Logs" icon="user-plus" href="/logging/member-logs">
    Member joins, leaves, role changes, and nickname changes.
  </Card>

  <Card title="Role Logs" icon="shield" href="/logging/role-logs">
    Role creates, deletes, and permission changes.
  </Card>

  <Card title="Channel Logs" icon="hashtag" href="/logging/channel-logs">
    Channel creates, deletes, and permission overwrites.
  </Card>

  <Card title="Emoji Logs" icon="face-smile" href="/logging/emoji-logs">
    Emoji and sticker creates, deletes, and updates.
  </Card>

  <Card title="Webhook Logs" icon="webhook" href="/logging/webhook-logs">
    Webhook creates, deletes, and updates.
  </Card>
</CardGroup>

***

## Quick Setup

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

Use the interactive panel to assign each category to a channel. See the [Setup Complete Logging Recipe](/recipes/setup-complete-logging) for a step-by-step guide.
