> 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/5.-select-pick-the-model/sharing-results.md).

# Sharing public results

Every page on `stratix.layerlens.ai` has a stable URL. That makes the public catalog a citable surface — useful in papers, vendor reviews, internal docs, blog posts.

## Stable URLs

| Object            | URL pattern                                                       |
| ----------------- | ----------------------------------------------------------------- |
| Model             | `stratix.layerlens.ai/models/{model-key}`                         |
| Benchmark         | `stratix.layerlens.ai/benchmarks/{benchmark-key}`                 |
| Public evaluation | `stratix.layerlens.ai/evaluations/{eval-id}`                      |
| Compare models    | `stratix.layerlens.ai/compare-models?a={model-key}&b={model-key}` |
| Public space      | `stratix.layerlens.ai/spaces/{space-key}`                         |

## Citing in papers

Each public evaluation has a stable evaluation ID. Cite as:

> Stratix Public evaluation `{eval-id}` — `https://stratix.layerlens.ai/evaluations/{eval-id}`

Methodology notes for the underlying benchmark live on the benchmark page. Cite both for full reproducibility.

## Contributing public evaluations

Have you run an evaluation that the community would benefit from? LayerLens accepts community-contributed public evaluations subject to:

* Methodology review
* Dataset licensing review (the dataset must be redistributable)
* Reproducibility — the run must be reproducible from the configuration shared

Contact <community@layerlens.ai> to start the conversation.

## Embedding scores

For blog posts and internal pages, the model and benchmark pages render with Open Graph metadata. Linking to a model page produces a rich preview with the model's name, provider, and top-line benchmark score.

## Where to next

* [Models catalog](/5.-select-pick-the-model/models-catalog.md)
* [Public evaluations](/5.-select-pick-the-model/public-evaluations.md)
* [Quarterly reports](/5.-select-pick-the-model/quarterly-reports.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/5.-select-pick-the-model/sharing-results.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.
