# Your first hour with Seal, by role

These docs cover a wide surface; what's relevant to you depends on what you do day-to-day. Pick the page below that matches your role; each one points at the chapters you'll spend the most time on and skips the rest.

* [If you're a security leader](/new-documentation/new-docs/audience-guides/security-leader.md): evaluating Seal, reviewing the Dashboard, producing executive reports.
* [If you're a DevOps engineer](/new-documentation/new-docs/audience-guides/devops-engineer.md): deployment, integrations, the container-side products.
* [If you're a developer](/new-documentation/new-docs/audience-guides/developer.md): the CLI, Sealing Rules, Protection page triage for the Seal Projects you own.
* [If you're a security analyst](/new-documentation/new-docs/audience-guides/security-analyst.md): day-to-day triage, notifications, reports.


---

# 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.sealsecurity.io/new-documentation/new-docs/audience-guides.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.
