> 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/4.2-industry-use-cases/industry.md).

# Industry solutions

Each industry page has the same five sub-pages:

* **README** — top scenarios + why Stratix
* **Scenarios** — 1-4 specific evaluation scenarios adapted from the LayerLens scenarios catalog (Stratix Premium capabilities only)
* **Eval patterns** — what scorers and judges typical teams use
* **Compliance** — the regulatory considerations to set up first
* **Cookbook and samples** — runnable starter samples

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Healthcare</strong></td><td>Clinical decision support, triage, medical Q&#x26;A.</td><td><a href="/pages/0E7aXSgx38EMVgJZH0L5">Read</a></td></tr><tr><td><strong>Financial services</strong></td><td>Fraud detection, advisory, KYC.</td><td><a href="/pages/SPQ9CmwzZu9zNW1XJiU3">Read</a></td></tr><tr><td><strong>Legal</strong></td><td>Contract review, research, document analysis.</td><td><a href="https://github.com/LayerLens/gitbook-full/blob/main/04-use-cases/industry/legal/README.md">Read</a></td></tr><tr><td><strong>Retail and e-commerce</strong></td><td>Product Q&#x26;A, support, recommendations.</td><td><a href="/pages/WiMV5GBDXmhANtHFi0BR">Read</a></td></tr><tr><td><strong>Media and entertainment</strong></td><td>Moderation, summarization, search.</td><td><a href="/pages/ZgfZhT9KXGEtJB95ftjs">Read</a></td></tr><tr><td><strong>Insurance</strong></td><td>Claims triage, policy Q&#x26;A, underwriting.</td><td><a href="/pages/Lpd6idkPaMnyWVP1BtfO">Read</a></td></tr><tr><td><strong>Government and public sector</strong></td><td>Citizen services, document processing.</td><td><a href="/pages/JtlfV9pjgfzPWktp8mIs">Read</a></td></tr><tr><td><strong>Manufacturing</strong></td><td>Diagnostics, manuals Q&#x26;A, quality.</td><td><a href="/pages/ZtQZxkVvRIUBsmN8nCvS">Read</a></td></tr><tr><td><strong>Education</strong></td><td>Tutoring, content generation, assessment.</td><td><a href="/pages/105MM7RrlsRYbtlJ3PFr">Read</a></td></tr><tr><td><strong>Real estate</strong></td><td>Listing Q&#x26;A, valuation, document search.</td><td><a href="/pages/2sLGE7AKBgLc1SI2pDcy">Read</a></td></tr><tr><td><strong>Telecommunications</strong></td><td>Service, troubleshooting, plans Q&#x26;A.</td><td><a href="/pages/FqRyRdxyWVY6pRpf3Mp0">Read</a></td></tr><tr><td><strong>Energy and utilities</strong></td><td>Field service, ops, customer support.</td><td><a href="/pages/v7cQbdx4qyrFkAlZ6cGI">Read</a></td></tr><tr><td><strong>Travel and hospitality</strong></td><td>Booking, itinerary, customer service.</td><td><a href="/pages/MGWiv037p37nt46sZY0T">Read</a></td></tr></tbody></table>

## Source note

Industry pages adapt the LayerLens-internal scenarios catalog. Where a scenario depended on capabilities not yet shipping in Stratix Premium (rules engine, remediation, prompt lab, chaos, A/B testing), that component is omitted rather than overstated.


---

# 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/4.2-industry-use-cases/industry.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.
