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

# Pilot Status Dashboard: Manage Numbers and Messages

> The Pilot Status dashboard lets you connect numbers, manage templates, configure webhooks, view logs, and chat live with contacts — all in one place.

The Pilot Status dashboard is your central control panel for everything WhatsApp. From a single browser tab you can connect and monitor phone numbers, inspect message logs, configure webhooks, manage API keys, create message templates, and chat live with your contacts — no terminal or server access required.

## Explore the Dashboard

<CardGroup cols={2}>
  <Card title="Live Chat" icon="message" href="/dashboard/live-chat">
    Read and reply to WhatsApp conversations directly from your browser without touching your phone.
  </Card>

  <Card title="Logs & Analytics" icon="chart-bar" href="/dashboard/logs-analytics">
    Browse your full auditable message history and track delivery, read rates, and volume in real time.
  </Card>

  <Card title="Templates" icon="rectangle-list" href="/concepts/templates">
    Create and manage message templates with dynamic variables and submit them for Meta approval.
  </Card>

  <Card title="API Keys & Webhooks" icon="key" href="/api/authentication">
    Generate API keys and configure webhook endpoints from the Settings section of the dashboard.
  </Card>
</CardGroup>

## Numbers

The **Numbers** page is where you connect and manage every WhatsApp number in your project. To reach it, open the dashboard and click **Numbers** in the left sidebar.

From this page you can:

* **View** all connected numbers alongside their current connection status (connected, disconnected, or pending).
* **Add a new number** by clicking **Connect Number** and following the on-screen steps — scan the QR code for unofficial connections or provide your Meta credentials for the official Cloud API.
* **Reconnect** a dropped number by clicking the reconnect icon next to it. This re-establishes the session without affecting your API keys or webhook configuration.

For a full walkthrough of the connection process, see the [Connecting Numbers](/connecting-numbers) guide.

## API Keys

Your API keys live under **Settings → API Keys**. Each key is scoped to your project, meaning it has access to all numbers and resources within that project.

Keep your keys private — treat them the same way you would treat a password. Do not commit them to source control or expose them in client-side code. If a key is ever compromised, you can revoke it from the same Settings page and generate a replacement immediately.

<Tip>
  Bookmark the Dashboard for quick access to message logs and live conversations.
</Tip>

## Webhook Settings

To configure where Pilot Status sends real-time event notifications, go to **Settings → Webhooks** and enter your endpoint URL. Pilot Status fires a webhook event within milliseconds for every inbound message, status update (sent, delivered, read), and connection change.

You can use any publicly reachable HTTPS URL — a serverless function, a no-code automation platform, or your own API server. For details on the event payload format and how to verify webhook signatures, see the [Webhooks](/concepts/webhooks) documentation.
