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

# Project overview

> The dashboard tab that gives you a project's live status, share link, build, and CCU at a glance.

The **Overview** tab is the first thing you see when you open a project. It's a glance-level summary — for deeper edits, jump to the relevant tab.

<Frame caption="Project Overview tab">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/streampixel/images/Dashboard-Project-Overview.png" alt="Project Overview tab showing live users, queue, region with transfer icon, status, share link, live build, CCU allocation, and health warnings." />
</Frame>

## What's on the page

| Section             | What it shows                                                                                                |
| ------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Live Users**      | Viewers currently streaming.                                                                                 |
| **In Queue**        | Viewers waiting for a worker.                                                                                |
| **Region**          | The project's region (with a switcher icon if you have permission).                                          |
| **Status**          | Healthy, locked, paused, or error.                                                                           |
| **Share Link**      | One-click copy of the project's share URL. Each viewer who opens it consumes 1 CCU.                          |
| **Live Build**      | The currently active build, with UE version and upload date. Buttons to view all builds or upload a new one. |
| **CCU Allocation**  | This project's Fixed or Dynamic CCU, plus shared pool availability.                                          |
| **Health Warnings** | Banners for problems — no live build, too many old builds, project locked.                                   |

## Status states

The Status card on Overview reflects whether the project is currently reachable. The **Project On / Off** toggle in the project header controls this directly.

| State   | Meaning                                                                                                                       |
| ------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Online  | Project is on and ready to stream.                                                                                            |
| Offline | Project is turned off via the **Project On/Off** toggle in the header. Share links return an error until you turn it back on. |
| Locked  | Account is over its project slot limit. Either delete a project or [add slots](/resources/dashboard/capacity).                |
| Paused  | Project is temporarily disabled (Owner action).                                                                               |

## Common actions from this tab

* **Copy the share link** — paste into emails, embed in your site.
* **Transfer to another region** — see [Transferring a project to another region](#transferring-a-project-to-another-region) below.
* **Upload a new build** — jumps to the Builds tab with the upload dialog open.
* **Resolve health warnings** — banners link directly to the action that fixes them.

## Transferring a project to another region

If your audience shifts geographically — or you want to test a different region's latency — you can move a project between regions without re-uploading.

<Steps>
  <Step title="Click the transfer icon next to the project's region">
    On the **Region** card on the Overview tab, click the transfer icon beside the region name.
  </Step>

  <Step title="Pick the target region">
    Select the destination from the dropdown. Only regions you have access to are listed.
  </Step>

  <Step title="Confirm the transfer">
    The project starts moving. The build, settings, and share link all carry over — viewers don't need a new URL.
  </Step>
</Steps>

<Warning>
  **The project is disabled during the transfer and won't be accessible.** Live sessions end immediately, the share link returns an error, and viewers cannot connect until the transfer completes. Plan transfers during a low-traffic window. Larger projects (close to or over the 24 GB build cap) take longer.
</Warning>

For a list of regions and which is best for which audience, see [Regions](/resources/concepts/regions).

## Other tabs

| Tab                                                           | What it does                                          |
| ------------------------------------------------------------- | ----------------------------------------------------- |
| [Builds](/resources/dashboard/builds)                         | Upload, manage, and set the live build.               |
| [Sharing](/resources/quick-start-guide/sharing-and-embedding) | Share link and meeting rooms.                         |
| [Branding](/resources/dashboard/branding)                     | Logo, splash, loading messages.                       |
| [Settings](/resources/quick-start-guide/security-control)     | Security, session rules, input, codec, communication. |
| [Analytics](/resources/dashboard/analytics-interpretation)    | Per-project session metrics.                          |

## Next

<CardGroup cols={2}>
  <Card title="Capacity & CCU" icon="gauge-high" href="/resources/dashboard/capacity">
    Allocate CCU between Fixed and Dynamic across projects.
  </Card>

  <Card title="Builds" icon="cubes" href="/resources/dashboard/builds">
    Upload and manage builds.
  </Card>
</CardGroup>
