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

# Ping

> Check bot latency and system information

## Overview

Display detailed latency information including bot response time, WebSocket ping, API roundtrip, and uptime with visual progress bars.

***

## Command Usage

<CodeGroup>
  ```bash Syntax theme={null}
  ~ping
  ```

  ```bash Example theme={null}
  ~ping
  ```
</CodeGroup>

***

## Information Displayed

<CardGroup cols={2}>
  <Card title="Bot Latency" icon="gauge">
    Bot's response time with visual bar
  </Card>

  <Card title="WebSocket Ping" icon="wifi">
    Discord WebSocket connection ping
  </Card>

  <Card title="API Roundtrip" icon="arrows-rotate">
    Time to send and receive from Discord API
  </Card>

  <Card title="Uptime" icon="clock">
    How long the bot has been running
  </Card>
</CardGroup>

***

## Features

* **Visual Progress Bars** — Color-coded bars showing latency levels
* **Multiple Metrics** — Bot, WebSocket, and API latency
* **Uptime Tracking** — Shows days, hours, minutes, and seconds
* **Real-time Data** — Actual performance measurements

***

## Permission Requirements

<Card title="User Permissions" icon="user">
  **No special permissions required** — All members can use this command
</Card>
