> 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/more-in-this-section-9/screenshots-1.md).

# Screenshot inventory

Screenshots live under `assets/screenshots/{surface}/` and follow a consistent naming convention.

## Surfaces

| Folder     | Surface                            | Capture method         | Auth required            |
| ---------- | ---------------------------------- | ---------------------- | ------------------------ |
| `public/`  | `stratix.layerlens.ai`             | Playwright MCP         | no                       |
| `premium/` | `stratix.layerlens.ai`             | Playwright MCP         | yes — credentials needed |
| `mobile/`  | `stratix/mobile/`                  | Local run + screenshot | varies                   |
| `vscode/`  | `stratix/vscode-extension/` v0.2.4 | VS Code + dev host     | local                    |
| `slack/`   | `stratix/slack/`                   | Workspace screenshot   | yes — workspace needed   |
| `cli/`     | terminal capture                   | terminal recording     | local                    |

## Naming

`<page-or-feature>--<theme>.png`

* `models-catalog--light.png`
* `models-catalog--dark.png`
* `compare-models-flow--light.png`

When a feature has multiple states, append a state suffix: `evaluations-empty--light.png`, `evaluations-running--light.png`.

## Capture standards

* 1440×900 viewport for desktop
* 375×812 for mobile
* Both light and dark variants where the surface supports them
* Crop to the relevant region — full-window shots are often noisy
* Use the production `stratix.layerlens.ai` and `stratix.layerlens.ai` (not staging) unless documenting a pre-release feature

## TODOs

Surfaces not yet captured for v1 of these docs:

* [ ] Stratix Premium home dashboard
* [ ] Trace upload flow
* [ ] Judge builder
* [ ] GEPA optimization run
* [ ] Mobile (full set)
* [ ] Slack (full set)
* [ ] VS Code (full set)

These pages ship with `<!-- TODO screenshot -->` placeholders until captures land.


---

# 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/more-in-this-section-9/screenshots-1.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.
