# Home dashboard

{% hint style="info" %}
**Available in Stratix Premium.** This surface is part of the logged-in workspace at [stratix.layerlens.ai](https://stratix.layerlens.ai). Stratix Public users can browse the catalog but cannot use this feature.
{% endhint %}

The home dashboard is the first page you see when you sign in. It's a configurable surface tailored to your role (builder, operator, admin) and your active goals.

URL: [`stratix.layerlens.ai/dashboard`](https://stratix.layerlens.ai/dashboard)

## What you see

### Widgets

Default widgets vary by role:

* **Builder default** — recent evaluations, most-used judges, "start your next eval" shortcut
* **Operator default** — trace ingest rate, recent trace evaluation runs, alert summary
* **Admin default** — ECU consumption, seat utilization, top-eval-running teammates
* **First sign-in** — onboarding wizard tiles (replace with personalized widgets after first run)

### Quick actions

* **New evaluation** — opens the evaluations creation flow
* **Upload trace** — opens trace upload
* **Search** — global search across the org's catalog

### ECU balance

Top-right corner. Click to see consumption history and **Buy Now** to top up.

## Personalization

Drag-and-drop widget arrangement is preserved per user. Most widgets are filterable by date range and by team.

## Where to next

* [Evaluations](/8.-evaluate-score-the-outputs/evaluations.md)
* [Notifications](https://github.com/LayerLens/gitbook-full/blob/main/13-reference/sdk-python/notifications.md)
* [Onboarding wizard](/11.-admin/onboarding-wizard.md)
* [Settings](/11.-admin/settings.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.layerlens.ai/7.-observe-see-whats-happening/home-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
