# Package Sealing

After we set up the package discovery, and we have some list of of vulnerable packages in the **Protection** page, we can proceed to setting up the package sealing.

The recommended setup is to integrate the [Seal CLI as part of your CI](/fundamentals/readme/package-sealing/integrating-the-cli-in-the-ci.md) pipeline. With this setup, our CLI will replace the vulnerable packages with sealed ones, in accordance with an instructions file committed to your source control.

However, if you prefer not to use our CLI as part of your CI, you may instead configure [Seal as your artifact server](/fundamentals/readme/package-sealing/editing-dependencies.md), and then manually edit your dependencies.


---

# 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/fundamentals/readme/package-sealing.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.
