# Importing from a Snyk export

Importing a Snyk CSV gives Seal a one-time view of the vulnerable packages a Snyk environment has identified. The Seal Project lands in [imported manifest discovery mode](/new-documentation/new-docs/package-discovery-mode/imported-manifest.md). The snapshot does not refresh.

This is the path for bringing Snyk-discovered vulnerabilities into Seal. The separate [Snyk integration](https://github.com/seal-community/gitbook/blob/main/new-docs/integrations/internal-scanners/snyk.md) goes the other direction (it lets Seal inform Snyk about the vulnerabilities it has remediated) and does not import findings from Snyk into Seal.

## Generating the export from Snyk

In the Snyk UI, export the project's findings as CSV. The format Seal expects matches Snyk's standard project-level CSV export.

## Steps

Follow the [shared Import from file flow](/new-documentation/new-docs/importing-manifests.md#the-shared-flow). Drag the `.csv` onto the upload area; the detector identifies it by extension and contents.

## Verify

The new Seal Project appears on the Projects page in **Imported manifest** discovery mode. Discovered packages appear on the Protection page's Vulnerable packages tab as the parser finishes.

## Related

* [Importing manifests & SBOMs](/new-documentation/new-docs/importing-manifests.md): the parent overview.
* [Snyk integration](https://github.com/seal-community/gitbook/blob/main/new-docs/integrations/internal-scanners/snyk.md): the live, refreshing alternative to a CSV upload.
* [Imported manifest mode](/new-documentation/new-docs/package-discovery-mode/imported-manifest.md): coverage and refresh behavior.


---

# 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/importing-manifests/snyk-export.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.
