# 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: 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:

```
GET https://docs.layerlens.ai/5.-select-pick-the-model/sharing-results.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
