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

# Channel Info

> View detailed information about any channel

## Overview

Display comprehensive information about any channel in the server including type, creation date, settings, and channel-specific properties.

***

## Command Usage

<CodeGroup>
  ```bash Syntax theme={null}
  ~channelinfo [channel]
  ```

  ```bash Examples theme={null}
  # Check current channel
  ~channelinfo

  # Check by channel mention
  ~channelinfo #general

  # Check by channel name
  ~ci announcements

  # Check by channel ID
  ~ci 123456789012345678
  ```
</CodeGroup>

**Aliases:** `ci`, `channel`

**Permissions:** Manage Channels

***

## Information Displayed

<CardGroup cols={2}>
  <Card title="Basic Info" icon="info-circle">
    Name, ID, type, position, and category
  </Card>

  <Card title="Creation Date" icon="calendar">
    When the channel was created with relative time
  </Card>

  <Card title="Channel Settings" icon="gear">
    Topic, NSFW status, slowmode, and more
  </Card>

  <Card title="Type-Specific" icon="sliders">
    Voice limits, bitrate, thread status, etc.
  </Card>
</CardGroup>

***

## Channel Type Information

<Tabs>
  <Tab title="Text Channels">
    **Displays:**

    * NSFW status
    * Slowmode delay
    * Channel topic
  </Tab>

  <Tab title="Voice Channels">
    **Displays:**

    * User limit
    * Bitrate (audio quality)
  </Tab>

  <Tab title="Threads">
    **Displays:**

    * Parent channel
    * Archived status
    * Locked status
  </Tab>

  <Tab title="Other Channels">
    **Supported:**

    * Announcement channels
    * Stage channels
    * Forum channels
    * Categories
  </Tab>
</Tabs>

***

## Features

* **Flexible Search** — Find channels by name, ID, or mention
* **Multiple Results** — If multiple channels match, navigate with buttons
* **Type Detection** — Automatically shows relevant info based on channel type
* **Relative Dates** — Shows creation date with "X days/months/years ago"
* **Category Info** — Shows which category the channel belongs to

***

## Multiple Channels

If your search matches multiple channels (e.g., searching "general" finds multiple channels with that name), the command will display navigation buttons:

* **Previous** — View the previous matching channel
* **Next** — View the next matching channel
* Auto-expires after 60 seconds

***

## Permission Requirements

<CardGroup cols={2}>
  <Card title="User Permissions" icon="user">
    **Manage Channels** — Required to use this command
  </Card>

  <Card title="Bot Permissions" icon="robot">
    * View Channel
    * Send Messages
    * Embed Links
  </Card>
</CardGroup>

***

## Notes

<Info>
  **Search Priority**

  The command searches in this order:

  1. Channel ID (exact match)
  2. Channel mention (exact match)
  3. Channel name (case-insensitive)
</Info>
