> 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/1.-introduction.md).

# 1. Introduction

- [What is LayerLens Stratix?](https://docs.layerlens.ai/1.-introduction/what-is-layerlens-stratix.md): LayerLens Stratix is the AI evaluation platform — public catalog, private workspace, and SDK.
- [Overview](https://docs.layerlens.ai/1.-introduction/01-introduction.md): Overview of LayerLens Stratix — three experiences, the workflow spine, what's in the platform.
- [Why evaluate?](https://docs.layerlens.ai/1.-introduction/why-evaluate.md): Why AI teams need evaluation discipline — the cost of shipping unmeasured AI.
- [Personas and paths](https://docs.layerlens.ai/1.-introduction/personas-paths.md): Five personas, five paths — Builder, Operator, Researcher, Admin, Buyer.
- [Three experiences (Public · Premium · SDK)](https://docs.layerlens.ai/1.-introduction/three-experiences.md): Stratix Public, Stratix Premium, and the Python SDK — what each one is for and how they work together.
- [Public vs Premium — by user intent](https://docs.layerlens.ai/1.-introduction/public-vs-premium-by-intent.md): Public vs Premium organized by user intent — Select, Build / Instrument, Observe, Evaluate, Improve, Govern.
- [The Stratix Workflow — the six intents](https://docs.layerlens.ai/1.-introduction/the-stratix-workflow.md): The Stratix Workflow — six stages from picking a model to governing it in production.
- [How Stratix compares](https://docs.layerlens.ai/1.-introduction/how-stratix-compares.md): Stratix vs Braintrust, LangSmith, Galileo, Promptfoo, Arize — the short version.
- [Deep comparison](https://docs.layerlens.ai/1.-introduction/how-stratix-compares-deep.md): Stratix vs Braintrust, LangSmith, Galileo, Promptfoo, Arize — feature-by-feature comparison.


---

# 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/1.-introduction.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.
