# Onboarding wizard

{% 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 onboarding wizard appears the first time you sign in to Stratix Premium. It tailors the home dashboard and Assistant prompts to your role and active goals.

## When it runs

* Automatically on first sign-in
* Manually via **Settings → Show tutorial**

## Steps

1. **Role** — Builder / Operator / Researcher / Admin / Buyer
2. **Goals** — choose model, build evaluation, score traces, build judge, gate CI/CD (multi-select)
3. **Starter dataset (optional)** — exercise the workflow without your own data ready
4. **Finish** — drop into a tailored home dashboard

## What it changes

* Home dashboard widgets default to role-relevant ones
* The in-app Assistant biases prompts toward your goals
* Quick links surface the next first-time tutorial for each goal

## Skipping

You can skip the wizard at any step. The dashboard defaults to a generic layout; you can re-run the wizard or arrange widgets manually.

## Where to next

* [Personalized onboarding](/2.-get-started/personalized-onboarding.md)
* [Home dashboard](/7.-observe-see-whats-happening/home-dashboard.md)
* [In-app Assistant](/11.-admin/in-app-assistant.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/11.-admin/onboarding-wizard.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.
