> 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/11.-admin.md).

# 11. Admin

- [Admin](https://docs.layerlens.ai/11.-admin/11-admin.md): Admin — workspace administration for org admins, security leads, and IT.
- [Notifications](https://docs.layerlens.ai/11.-admin/notifications.md): In-app and email notifications in Stratix Premium — evaluations, traces, threshold crossings.
- [Settings](https://docs.layerlens.ai/11.-admin/settings.md): The Stratix Premium Settings surface — account, organizations, billing, integrations, API keys.
- [Organizations and multi-org](https://docs.layerlens.ai/11.-admin/organizations.md): Multi-org membership and switching in Stratix Premium.
- [Team management](https://docs.layerlens.ai/11.-admin/team-management.md): Invite teammates, manage roles, and watch seat utilization in Stratix Premium.
- [ECU credits and billing](https://docs.layerlens.ai/11.-admin/ecu-credits-billing.md): ECU credits, consumption, and billing in Stratix Premium.
- [ECU credits — concept](https://docs.layerlens.ai/11.-admin/concepts-ecu-credits.md): ECU credits — how compute consumption is metered and billed in Stratix Premium.
- [Onboarding wizard](https://docs.layerlens.ai/11.-admin/onboarding-wizard.md): The Stratix Premium onboarding wizard — tailored first-time setup based on your role and goals.
- [In-app Assistant](https://docs.layerlens.ai/11.-admin/in-app-assistant.md): The in-app Assistant in Stratix Premium — context-aware help inline.
- [Show tutorial](https://docs.layerlens.ai/11.-admin/show-tutorial.md): Re-run the Stratix Premium onboarding wizard at any time via Show tutorial.
- [Switch toggle (Public/Premium)](https://docs.layerlens.ai/11.-admin/switch-toggle.md): The Switch toggle in Stratix Premium — flip between Public-only and Premium-augmented catalog views.
- [Search (Premium)](https://docs.layerlens.ai/11.-admin/search-premium.md): The Stratix Premium global search — across catalog plus your org's private items.
- [Guides](https://docs.layerlens.ai/11.-admin/guides.md)
- [Invite team](https://docs.layerlens.ai/11.-admin/invite-team.md): Guide — invite teammates to your Stratix org.
- [Manage seats and roles](https://docs.layerlens.ai/11.-admin/manage-seats-roles.md): Guide — manage seats and roles in your org.
- [Manage ECU](https://docs.layerlens.ai/11.-admin/manage-ecu.md): Guide — buy and manage ECU credits.
- [Rotate API key](https://docs.layerlens.ai/11.-admin/rotate-api-key.md): Guide — rotate a Stratix API key without downtime.
- [Set up first org](https://docs.layerlens.ai/11.-admin/setup-first-org.md): Guide — set up your first Stratix organization.
- [Set up notifications](https://docs.layerlens.ai/11.-admin/setup-notifications.md): Guide — set up notifications and alerting.
- [Set up Slack](https://docs.layerlens.ai/11.-admin/setup-slack.md): Guide — set up Slack integration.
- [Set up SSO](https://docs.layerlens.ai/11.-admin/setup-sso.md): Guide — set up SSO (SAML/OIDC) for your enterprise.
- [Audit-friendly evidence](https://docs.layerlens.ai/11.-admin/audit-friendly-evidence.md): Guide — produce audit-friendly evaluation evidence per release.


---

# 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/11.-admin.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.
