# If you're a security leader

This guide is for security leaders evaluating Seal or operating it at the executive level: heads of AppSec, CISOs, and the directors who answer to them. Your concerns are the vulnerability posture across your organization, the risk picture you present to executive stakeholders, and the audit-readiness story you present to compliance.

## Where to start

* [The remediation problem](/new-documentation/new-docs/remediation-problem.md): the case for sealed packages over upgrades, in language that doesn't assume you're a developer.
* [The Seal approach](/new-documentation/new-docs/seal-approach.md): how sealed packages work and why they don't break your build.
* [The Dashboard](/new-documentation/new-docs/dashboard.md): the screen you'll come back to most. Aggregate counts of discovered packages, sealed packages, and trend information.
* [Reports Manager](https://github.com/seal-community/gitbook/blob/main/new-docs/using-platform/reports-manager/README.md): how to produce executive briefings, including the ROI report.
* [Trust, transparency & compliance](https://github.com/seal-community/gitbook/blob/main/new-docs/trust-compliance/README.md): the artifacts and certifications that back Seal's claims (code diff, attestations, signing, SOC 2, ISO 27001, framework support).


---

# 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/security-leader.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.
