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

# Discord Integration

> Welcome to the comprehensive documentation for the @elizaos/plugin-discord package. This index provides organized access to all documentation resources.

The @elizaos/plugin-discord enables your elizaOS agent to operate as a Discord bot with full support for messages, voice channels, slash commands, and media processing.

## 📚 Documentation

* **[Developer Guide](/plugin-registry/platform/discord/developer-guide)** - Detailed technical reference
* **[Event Flow](/plugin-registry/platform/discord/event-flow)** - Visual guide to Discord event processing
* **[Examples](/plugin-registry/platform/discord/examples)** - Practical implementation examples
* **[Testing Guide](/plugin-registry/platform/discord/testing-guide)** - Testing strategies and patterns

## 🔧 Configuration

### Required Settings

* `DISCORD_APPLICATION_ID` - Your Discord application ID
* `DISCORD_API_TOKEN` - Bot authentication token

### Optional Settings

* `CHANNEL_IDS` - Restrict bot to specific channels
* `DISCORD_VOICE_CHANNEL_ID` - Default voice channel
