# Search (Premium)

{% hint style="info" %}
**Available in Stratix Premium.** This surface is part of the logged-in workspace at [stratix.layerlens.ai](https://stratix.layerlens.ai). Stratix Public users can browse the catalog but cannot use this feature.
{% endhint %}

The Premium global search covers the public catalog plus your org's private items: models, benchmarks, evaluations, judges, scorers, traces, spaces.

## Where to access

* The search icon in the top bar
* Keyboard shortcut: `Ctrl/Cmd + K`

## What it covers

* Public catalog (models, benchmarks, public evaluations, public spaces)
* Your org's private models (BYOK)
* Your org's private benchmarks
* Your org's private evaluations
* Your org's private spaces
* Your org's judges and scorers
* Your traces (by name, ID, or tag)

## Operators

| Operator    | Example           | Meaning                   |
| ----------- | ----------------- | ------------------------- |
| `kind:`     | `kind:trace`      | Restrict to one kind      |
| `provider:` | `provider:openai` | Filter models by provider |
| `tag:`      | `tag:production`  | Filter by tag             |
| `author:`   | `author:alice`    | Filter by who created     |

## Where to next

* [Stratix Public — Search](/5.-select-pick-the-model/search.md)
* [Home dashboard](/7.-observe-see-whats-happening/home-dashboard.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/11.-admin/search-premium.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.
