# In-app Assistant

{% 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 Assistant is a context-aware help layer inside Stratix Premium. It answers questions about Stratix concepts, your current page, and your data.

## Where to find it

The Assistant icon lives in the bottom-right of every Premium page. Click to open the conversation panel.

## What it can do

* Answer general Stratix questions ("how do I build a judge?")
* Explain the page you're on ("what's this score telling me?")
* Suggest next steps ("you have 3 evals failing the same way; here's why")
* Drill into your data ("show me my last 5 evaluations")

## What it can't do

* Run evaluations or trace evaluations on your behalf without explicit confirmation
* Modify org settings
* Access data outside your active org

## Privacy

Assistant conversations are scoped to your org. The Assistant uses your trace and evaluation data only when answering your questions and only within your tenant.

## Where to next

* [Onboarding wizard](/11.-admin/onboarding-wizard.md)
* [Show tutorial](/11.-admin/show-tutorial.md)
* [Notifications](/11.-admin/notifications.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/in-app-assistant.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.
