> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/11.-admin/onboarding-wizard.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.layerlens.ai/11.-admin/onboarding-wizard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
