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

# Dashboard

> Your home base: support activity at a glance and the snippet to go live.

The dashboard is the first thing you see after signing in. It summarizes your support activity and gives you the snippet to add the chat widget to your site.

<Frame>
  <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/dashboard/01-dashboard-overview.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=0ca28940349311372efaedc652ef2f98" alt="Dashboard overview" width="1920" height="1009" data-path="images/dashboard/01-dashboard-overview.png" />
</Frame>

## Stat cards

The cards at the top show your headline numbers:

* **Users** — people who have chatted with your agent
* **Chats** — total conversations
* **Resolved** — conversations closed successfully
* **Pending** — conversations still waiting

## Installation script

Below the stats, copy the installation snippet and paste it before the closing `</body>` tag of your website. The widget loads asynchronously and only needs your `orgId`.

```html theme={null}
<!-- EmaDesk Chat Widget -->
<script src="https://cdn.emadesk.com/emadesk-widget.js?orgId=YOUR_ORG_ID" async></script>

<!-- Optional: identify a logged-in user -->
<script>
  window.Ema && window.Ema.identify({ email: 'user@example.com' });
</script>
```

<Tip>
  Use the optional `identify` call once a user is logged in so their conversations are tied to their account. See [Team and users](/team-and-users).
</Tip>

## Get Started checklist

A checklist in the sidebar tracks your setup: add knowledge, configure your agent, test it, and embed the widget.

<Frame>
  <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/dashboard/02-get-started-checklist.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=2aafe6915a278c61f7b1bfe63d9394ee" alt="Get Started checklist" width="1920" height="1009" data-path="images/dashboard/02-get-started-checklist.png" />
</Frame>
