# The Seal approach

If [the remediation problem](/new-documentation/new-docs/remediation-problem.md) is "upgrades are expensive and frequently impossible", the Seal answer is to remove the upgrade requirement.

Seal builds **sealed packages**: drop-in replacements for the public versions you already use, with security fixes backported in. The version stays the same. The API stays the same. The dependencies stay the same. Only the vulnerable code changes.

The four pages below explain the model, the package, the delivery mechanics, and the trust posture.

* [Drop-in replacements, not upgrades](/new-documentation/new-docs/seal-approach/drop-in-replacements.md): the mental model.
* [What a sealed package is](/new-documentation/new-docs/seal-approach/sealed-packages.md): origin versions, backported fixes, the `-sp[N]` iteration, what is covered by default, and what an open vulnerability means.
* [How sealed packages are delivered](/new-documentation/new-docs/seal-approach/sealing-approaches.md): build-time dependency sealing versus post-build artifact sealing, and when each applies.
* [Trust by default](/new-documentation/new-docs/seal-approach/trust-by-default.md): code diff, attestations, and signing. Deeper material in [Trust, transparency & compliance](https://github.com/seal-community/gitbook/blob/main/new-docs/trust-compliance/README.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.sealsecurity.io/new-documentation/new-docs/seal-approach.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.
