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

# Rich Dashboard

> A branded, hosted experience for your agent

The Puppeteer dashboard is a fully hosted, branded page where users can interact with your agent. It supports voice calls, phone calls, and text chat — all in a polished interface with your own branding.

<Frame>
  <img src="https://mintcdn.com/puppeteerai/8lgKi1GCQTM0vuWs/images/dashboard1.png?fit=max&auto=format&n=8lgKi1GCQTM0vuWs&q=85&s=2c689461dd440319b284f9c613f288d6" alt="Dashboard" style={{ borderRadius: '12px' }} width="3840" height="1854" data-path="images/dashboard1.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/puppeteerai/8lgKi1GCQTM0vuWs/images/dashboard2.png?fit=max&auto=format&n=8lgKi1GCQTM0vuWs&q=85&s=2a86a65e0dbd6b714884dd1b06d5c603" alt="Dashboard conversation" style={{ borderRadius: '12px' }} width="3840" height="1856" data-path="images/dashboard2.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/puppeteerai/8lgKi1GCQTM0vuWs/images/dashboard3.png?fit=max&auto=format&n=8lgKi1GCQTM0vuWs&q=85&s=cfe2c0ad6e6ed2d71f308c97d08f43c1" alt="Dashboard view" style={{ borderRadius: '12px' }} width="3840" height="1850" data-path="images/dashboard3.png" />
</Frame>

## Features

* **Multiple interaction modes** — text chat, browser-based voice calls, and phone calls.
* **Custom branding** — your logo, colors, and copy.
* **Form collection** — collect patient information (name, phone number, email) before starting a conversation.
* **White-label ready** — fully branded to your organization, with no Puppeteer branding visible to end users.
* **No authentication required** — users access the page via a direct URL, no login needed.

## Interaction modes

Each dashboard can be configured with one or more interaction modes:

| Mode      | Description                                           |
| --------- | ----------------------------------------------------- |
| **Text**  | Standard text chat interface.                         |
| **Voice** | Browser-based voice call using the device microphone. |
| **Phone** | Triggers a phone call to the user's number.           |

## Standalone

Your dashboard is accessible at a unique URL:

```
https://dashboard.puppeteerai.com/demos/YOUR_SLUG
```

This is a full-page experience that works on desktop and mobile. Users can interact with your agent immediately.

## Embedded

You can also embed the dashboard into your own website:

<img src="https://mintcdn.com/puppeteerai/8lgKi1GCQTM0vuWs/images/dashboard-embedded.png?fit=max&auto=format&n=8lgKi1GCQTM0vuWs&q=85&s=d67d4af08bff3e610168764232fd56c2" alt="Embedded dashboard" style={{ borderRadius: '12px' }} width="3840" height="1852" data-path="images/dashboard-embedded.png" />

```html theme={null}
<iframe
  src="https://dashboard.puppeteerai.com/demos/YOUR_SLUG"
  style="width: 100%; height: 700px; border: none;">
</iframe>
```

## Setup

Dashboards are set up and configured by the Puppeteer team. Contact us to get yours created with your branding, interaction modes, and form fields.

<Card title="Support" icon="envelope" href="mailto:support@puppeteerai.com">
  Reach out to get your dashboard set up.
</Card>
