> 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/2.-get-started/premium.md).

# Stratix Premium — logged-in workspace

Five steps to a working Premium account with a real evaluation on your data.

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>1. Sign up</strong></td><td>Create an account with GitHub, Google, or email.</td><td><a href="/pages/xSQAk7tMfX7ySz9jQI52">Start</a></td></tr><tr><td><strong>2. Personalized onboarding</strong></td><td>Let the wizard tailor your workspace.</td><td><a href="/pages/vtcgTfGFmjktKBAr7rHV">Start</a></td></tr><tr><td><strong>3. First evaluation</strong></td><td>Run a private evaluation on your data.</td><td><a href="/pages/Uc6EQRO1olmtQqYzEazF">Start</a></td></tr><tr><td><strong>4. First trace</strong></td><td>Upload a trace and inspect it.</td><td><a href="/pages/rN6Xers5ARgBB8lznpGv">Start</a></td></tr><tr><td><strong>5. First judge</strong></td><td>Build an LLM judge for a subjective dimension.</td><td><a href="/pages/DzqYfPiT9Vpib8ua9e3v">Start</a></td></tr></tbody></table>

## What you'll have at the end

* A Stratix Premium account at `stratix.layerlens.ai`
* One organization with starter ECU credits
* One private evaluation run with results
* One uploaded trace, inspected
* One custom judge ready to use

Total time: \~30 minutes if you already have data; \~60 minutes from scratch.

## Where to next

* [Sign up](/2.-get-started/sign-up.md)
* [Stratix Premium reference](https://github.com/LayerLens/gitbook-full/blob/main/05-select/catalog/premium-workspace-overview.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/2.-get-started/premium.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.
