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

# Event Manager

> Prepare your server for events by isolating activities to a dedicated category.

The **Event Manager** system is designed for server-wide events. When activated, it hides all existing channels and roles from regular members and reveals a pre-configured **Event Category** with specialized channels for announcements, chats, and voice calls.

## Getting Started

To use Event Manager, your server must have at least **100 members**.

### <Icon icon="plus" /> Setup Event Manager

Initialize the event category and all required channels. Zynrax will automatically save your current channel permissions so they can be restored later.

<CodeGroup>
  ```bash Syntax theme={null}
  ,event setup
  ```
</CodeGroup>

### <Icon icon="play" /> Enable Event Mode

Hide all server channels and reveal the Event Category.

<CodeGroup>
  ```bash Syntax theme={null}
  ,event enable
  ```

  ```bash Shortcut theme={null}
  ,em enable
  ```
</CodeGroup>

### <Icon icon="stop" /> Disable Event Mode

Hide the Event Category and restore all original channel permissions.

<CodeGroup>
  ```bash Syntax theme={null}
  ,event disable
  ```

  ```bash Shortcut theme={null}
  ,em disable
  ```
</CodeGroup>

### <Icon icon="rotate-right" /> Reset Event Manager

Delete the Event Category and clear all saved configurations.

<CodeGroup>
  ```bash Syntax theme={null}
  ,event reset
  ```
</CodeGroup>

<br />

## Event Channels

When setup is complete, Zynrax creates the following channels in the **Event Category**:

| Channel              | Purpose                                                    |
| :------------------- | :--------------------------------------------------------- |
| `event-announcement` | Official event updates and news.                           |
| `event-info`         | General information about the event.                       |
| `host-info`          | Details about the event hosts.                             |
| `artist-info`        | Information about guest artists or performers.             |
| `promo-info`         | Promotional material and schedules.                        |
| `server-promo`       | A place for members to share their own servers (optional). |
| `event-drops`        | Announcements for giveaways or loot drops.                 |
| `event-chats`        | The main text chat for event participants.                 |
| `event-spam`         | A dedicated channel for high-speed chat or bot usage.      |
| `management-chat`    | Private text channel for event staff.                      |
| `Management Vc`      | Private voice channel for staff (Members cannot connect).  |
| `Event Vc`           | Public voice channel for the event (Members cannot speak). |

<Tip>
  You can manually adjust permissions for these channels after setup if you need specific restrictions!
</Tip>
