> 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-4.md).

# More in this section

- [Guides](https://docs.layerlens.ai/more-in-this-section-4/guides.md)
- [Calling Stratix from a backend](https://docs.layerlens.ai/more-in-this-section-4/calling-stratix-from-a-backend.md): Calling Stratix from a backend — TS, Go, Python patterns. Keep keys server-side; never in browsers.
- [Investigate a CI regression](https://docs.layerlens.ai/more-in-this-section-4/investigate-ci-regression.md): Guide — investigate a regression flagged by CI.
- [Run an industry pattern from a Next.js app](https://docs.layerlens.ai/more-in-this-section-4/pattern-from-nextjs.md): Guide — implement an industry pattern end-to-end from a Next.js app, fusing pattern config + backend-call + browser UI.
- [Per-feature quality tolerances](https://docs.layerlens.ai/more-in-this-section-4/per-feature-tolerances.md): Guide — set per-feature quality tolerances.
- [Set up trace ingestion](https://docs.layerlens.ai/more-in-this-section-4/setup-trace-ingestion.md): Guide — wire your application to ingest traces into Stratix.
- [Wire CI/CD evaluation gates](https://docs.layerlens.ai/more-in-this-section-4/wire-cicd-gates.md): Guide — wire Stratix evaluation gates into CI/CD.
- [Integrations](https://docs.layerlens.ai/more-in-this-section-4/integrations.md)
- [CI/CD integrations](https://docs.layerlens.ai/more-in-this-section-4/cicd.md): CI/CD integrations overview.
- [Migration](https://docs.layerlens.ai/more-in-this-section-4/migration.md)
- [Dual-run migration](https://docs.layerlens.ai/more-in-this-section-4/dual-run-migration.md): Guide — run Stratix and another tool side-by-side during migration.
- [Plan a migration to Stratix](https://docs.layerlens.ai/more-in-this-section-4/plan-migration.md): Guide — plan a migration to Stratix.
- [Recipe: Port a Braintrust eval](https://docs.layerlens.ai/more-in-this-section-4/migration-braintrust.md): Recipe — port a Braintrust eval into Stratix.
- [Recipe: Port a LangSmith eval](https://docs.layerlens.ai/more-in-this-section-4/migration-langsmith.md): Recipe — port a LangSmith eval dataset and judge into Stratix.
- [Recipe: Port an MLflow run](https://docs.layerlens.ai/more-in-this-section-4/migration-mlflow.md): Recipe — port an MLflow run into Stratix.
- [Recipe: Port a Promptfoo config](https://docs.layerlens.ai/more-in-this-section-4/migration-promptfoo.md): Recipe — port a Promptfoo config into Stratix.


---

# 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-4.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.
