> 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/12.-support/faq-overview.md).

# Overview FAQ

Quick answers for first-time visitors. The full support FAQ lives in [Support](/12.-support/faq.md).

## "Is this a benchmark site or a tool?"

Both, on purpose. The public catalog (`stratix.layerlens.ai`) is the largest open browsable model leaderboard. The Premium workspace (`stratix.layerlens.ai`) is where you run your own evaluations on your own data. They're two doors into the same platform.

## "Do you compete with LangSmith / Braintrust?"

Yes, on the workspace side — see [How Stratix compares](/1.-introduction/how-stratix-compares-deep.md). On the public catalog and quarterly research side, no — none of the alternatives operate one.

## "Is the public catalog free forever?"

Yes. No signup. No rate limits beyond per-IP courtesy throttling.

## "Can I self-host?"

Enterprise tier supports (data plane in your VPC). Not OSS / fully self-hosted.

## "Is this for chatbots only?"

No. Stratix evaluates anything an LLM does — chat, agents, RAG, structured output, code, tool-use. Agents specifically get the [Agentic Evaluations](/4.1-general-use-cases/agentic-evals-overview.md) product.

## "Do I need to send my prompts to LayerLens?"

To run a private evaluation on your data, yes — within your tenant. BAA is available on Enterprise; for current compliance posture contact <security@layerlens.ai>. See [Security](/12.-support/12-support.md).

## "What does it cost?"

Free + Premium pay-as-you-go on ECU + custom Enterprise. Public is free always. See [Pricing](/12.-support/12-support.md).

## Where to next

* [What is LayerLens Stratix?](/1.-introduction/what-is-layerlens-stratix.md)
* [Three experiences](/1.-introduction/three-experiences.md)
* [Quickstart](/quickstart.md)


---

# 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/12.-support/faq-overview.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.
