# The Repository page

The Repository page lives at [`https://app.sealsecurity.io/repository/packages`](https://app.sealsecurity.io/repository/packages) and is reachable from the **Repository** entry in the Seal UI's sidebar.

If you are signed in, you use it to:

1. **Find a sealed package and download it** for the [Manual deployment method](https://github.com/seal-community/gitbook/blob/main/new-docs/setup-apps-os/choosing-deployment-method.md). The catalog lists every sealed package Seal has built; each one's detail page has the artifact download. See [Browsing sealed packages](/new-documentation/new-docs/repository-page/sealed-packages.md).
2. **Get a public link to a code diff** so that an auditor or a downstream customer can verify a remediation themselves. Each sealed package's per-vulnerability diff has a **Share** button; the resulting link works without authentication.
3. **Run a Seal Assessment** when you are considering expanding Seal's scope inside your organization. The Seal Assessment tab takes a dependency manifest, lockfile, or SBOM and shows you which of its packages have sealed versions available, scoped to your tenant.

If you are not signed in, you can also run a **Free Assessment**: an upload-and-check flow open to anyone with no registration. It is reachable via the **Scan my dependencies** button on the Packages tab, and the upload URL is [`https://app.sealsecurity.io/repository/packages/upload`](https://app.sealsecurity.io/repository/packages/upload). The Free Assessment lets a prospect run an assessment without creating an account, and lets a customer share that same URL with a peer at another company who is interested in Seal. See [Free assessment](/new-documentation/new-docs/repository-page/free-assessment.md).

## Related

* [Browsing sealed packages](/new-documentation/new-docs/repository-page/sealed-packages.md): how to navigate the catalog and the per-package detail.
* [Free assessment](/new-documentation/new-docs/repository-page/free-assessment.md): the upload-and-check flow open to anyone.
* [Code diff](https://github.com/seal-community/gitbook/blob/main/new-docs/trust-and-compliance/code-diff/README.md): what is in the diff and how the public Share link works.


---

# 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/repository-page.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.
