# Premium Learning

{% 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 Learning section in the Premium left rail bridges to the LayerLens Learning Portal. Two surfaces:

* **Library** — curated articles, recipes, and walkthroughs
* **Paths** — structured learning sequences

## Why it's here

Evaluation is a discipline. Most builders haven't done it before. The Learning surface is for self-paced ramp-up — you don't have to read a 200-page handbook to start, but the depth is here when you need it.

## Library

[Browse the Library →](/13.4-learning-portal/learning-library.md)

Mixed content:

* Conceptual articles ("what is faithfulness")
* Recipe walkthroughs ("score a RAG pipeline end-to-end")
* Industry guides
* Methodology essays from quarterly reports

## Paths

[Browse Paths →](/13.4-learning-portal/learning-paths.md)

Sequenced curricula:

* "Builder onboarding" — first week of using Stratix
* "Operator onboarding" — wiring continuous evaluation
* "Agentic evaluation" — pre-deploy gates for agents
* "RAG evaluation" — faithfulness, retrieval quality, end-to-end

Each path is broken into modules with concept readings + Premium-UI tasks.

## Where to next

* [Library](/13.4-learning-portal/learning-library.md)
* [Paths](/13.4-learning-portal/learning-paths.md)
* [Learning Portal Bridge](/13.4-learning-portal/learning-portal.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/13.4-learning-portal/learning.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.
