> 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/7.-observe-see-whats-happening.md).

# 7. Observe — see what's happening

- [Observe (workflow)](https://docs.layerlens.ai/7.-observe-see-whats-happening/workflow.md): Stage 2 — Observe. See real production behavior across surfaces.
- [Premium surfaces](https://docs.layerlens.ai/7.-observe-see-whats-happening/premium-surfaces.md)
- [Home dashboard](https://docs.layerlens.ai/7.-observe-see-whats-happening/home-dashboard.md): The Stratix Premium home dashboard — at-a-glance view of your team's evaluations, traces, and ECU.
- [Traces](https://docs.layerlens.ai/7.-observe-see-whats-happening/traces.md): Upload, browse, and inspect agent traces in Stratix Premium.
- [Datasets](https://docs.layerlens.ai/7.-observe-see-whats-happening/datasets.md): Create, version, and evaluate datasets — collections of traces grouped for streamlined analysis — in Stratix Premium.
- [Synthetic data](https://docs.layerlens.ai/7.-observe-see-whats-happening/synthetic-data.md): Generate realistic, multi-agent synthetic trace datasets — from your own data, a built-in industry scenario, or a saved definition — in Stratix Premium.
- [Agent Evaluation](https://docs.layerlens.ai/7.-observe-see-whats-happening/agent-evaluation.md): The Stratix Premium Agent Evaluation surface — Traces, Judges, and Trace Evaluations.
- [Concepts](https://docs.layerlens.ai/7.-observe-see-whats-happening/concepts.md)
- [Continuous evaluation](https://docs.layerlens.ai/7.-observe-see-whats-happening/continuous-evaluation.md): Continuous evaluation — score live production traces on a recurring schedule.
- [Multi-tenancy](https://docs.layerlens.ai/7.-observe-see-whats-happening/multi-tenancy.md): Multi-tenancy in Stratix — orgs, isolation, multi-org membership.
- [Cookbook](https://docs.layerlens.ai/7.-observe-see-whats-happening/cookbook.md)
- [Backfill traces from logs](https://docs.layerlens.ai/7.-observe-see-whats-happening/backfill-from-logs.md): Recipe — backfill traces from existing application logs.
- [Post-release continuous evaluation](https://docs.layerlens.ai/7.-observe-see-whats-happening/postrelease-continuous.md): Recipe — post-release continuous evaluation on production traces.


---

# 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/7.-observe-see-whats-happening.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.
