> For the complete documentation index, see [llms.txt](https://docs.debricked.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.debricked.com/product/sbom-management/view-sbom-data.md).

# View SBOM data

Review imported software inventory, security findings, and license information from the SBOMs area.

Select an imported SBOM to investigate its components and findings. Use the data tabs to focus on one record type.

### View SBOM data

Open the **All** tab to view every imported SBOM. Each row summarizes its components and findings.

Select an SBOM to open its dedicated data view. Then use these tabs:

* [Dependencies](/product/sbom-management/view-sbom-data/dependencies.md) lists components from imported SBOMs.
* [Vulnerabilities](/product/sbom-management/view-sbom-data/vulnerabilities.md) lists identified security issues.
* [Malware](/product/sbom-management/view-sbom-data/malware.md) lists malware findings.
* [Licenses](/product/sbom-management/view-sbom-data/licenses.md) lists license information.

Each tab includes a search field. Use **Filter** where available. Use the entries selector to change displayed rows.

To add an SBOM, click **Import**. See [SBOM import](/product/sbom-management/import-an-sbom.md) for instructions.

### View record details

Select an entry in any data tab to open its detail view.

* Select a dependency to review its component information and related findings.
* Select a vulnerability or malware finding to review affected components and severity.
* Select a license to review its risk classification and associated components.

The detail view shows information available for the selected record.

### Data sources

The SBOMs area displays uploaded data and available component enrichment.

Component names, versions, and licenses can come directly from the uploaded SBOM. OpenText Fortify Software Composition Analysis can enrich matched components.

Missing identifiers or license declarations can reduce the available information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.debricked.com/product/sbom-management/view-sbom-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
