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

# Dashboard Guide

> Understand the operational home for your Chert project.

<h2 id="overview">
  Overview
</h2>

See assistant count, active calls, connected workers, available lines, readiness stages, and recent calls at a glance.

<h3 id="readiness-by-stage">
  Readiness by stage
</h3>

Each worker reports Control, FaceTime sign-in, Accessibility, Screen capture, Audio, Video, Avatar, and Production media. All stages green means the line can answer. A red stage means the system is failing closed. **Production media** is the master gate.

<Warning>
  **Availability is not readiness**

  A line can be available because it is not busy while its worker is offline. Check connected workers and heartbeat freshness to confirm it is answerable.
</Warning>

<h2 id="assistants">
  Assistants
</h2>

* Drafts are editable: name, system prompt, greeting, avatar, and framing.
* Publishing creates an immutable version. Publish again to change behavior.
* Archive permanently removes an assistant from selection. Duplicate it to revive its configuration.
* Voice is currently fixed platform-wide; the displayed selector does not yet affect calls.

<h2 id="calls">
  Calls
</h2>

Review direction, mode, status, start time, terminal reason, and, during design-partner rollout, the lifecycle timeline, transcript, and summary.

<h2 id="workers-lines">
  Workers & Lines
</h2>

Workers are the infrastructure units operating FaceTime. Lines are the FaceTime handles assigned to them.

* `auto_answer` answers inbound calls automatically.
* `customer_decides` asks your webhook to accept or decline.
* A line resolves the assistant's active published version when each call begins. New publications affect the next call without redeployment.

<h2 id="developer">
  Developer
</h2>

Create and revoke project API keys, inspect scopes and last-used timestamps, and copy a project-aware authenticated request example.
