# Personalized onboarding

The first time you land in Premium, the onboarding wizard offers to tailor the workspace. It's optional — skip it if you'd rather explore — but it saves 10 minutes if you let it.

## Steps

### 1. Open the wizard

It opens automatically on first sign-in. If you skipped, you can re-run it from **Settings → Show tutorial**.

### 2. Tell us your role

* **Builder** — shipping AI features
* **Operator** — running AI in production
* **Researcher** — evaluating models for purchase or study
* **Admin** — setting up for a team
* **Buyer** — evaluating Stratix for purchase

The wizard tailors home dashboard widgets and the in-app Assistant prompts to your role.

### 3. Tell us your goals

Pick one or more:

* Choose a model
* Build an evaluation
* Score live traces
* Build a judge
* Gate CI/CD

The wizard surfaces the relevant first-time tutorials in the home dashboard.

### 4. Pick a starter dataset (optional)

If you don't have a dataset ready, you can run your first evaluation on a starter dataset. This lets you exercise the workflow without waiting on data prep.

### 5. Finish

The wizard drops you into a tailored home dashboard. Quick links to the next step in your goal.

## Verify

The home dashboard shows widgets relevant to your role. If you picked "build an evaluation" as a goal, you should see a "Start your first evaluation" card front-and-center.

## Where to next

* [First evaluation](/2.-get-started/first-evaluation.md)
* [First trace](/2.-get-started/first-trace.md)
* [First judge](/2.-get-started/first-judge.md)
* [Stratix Premium — Onboarding wizard](/11.-admin/onboarding-wizard.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/2.-get-started/personalized-onboarding.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.
