> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# SBOMs

A Software Bill of Materials (SBOM) is a formal inventory of a piece of software's components and their provenance. Anaconda produces SBOMs for the conda packages it builds and maintains in accordance with [Software Package Data Exchange (SPDX)](https://spdx.dev/) specifications, version 2.2.1. Each SBOM records the package's supplier and originator, the artifact's download location, its declared and concluded licenses, and checksum hash values down to the individual file level, so you can verify exactly what a package contains and where it came from.

SBOMs give security, compliance, and procurement teams a standard artifact to work from. Common use cases include:

* Responding to newly disclosed vulnerabilities by identifying which packages in your environments contain affected components
* Satisfying audit and regulatory reporting obligations
* Reviewing the contents of software before approving it for use in your organization

## Viewing a package's SBOM

From the [package details view](/docs/anaconda-platform/user/packages#viewing-package-details), click on a file's name, then click the **File SBOM** tab.

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/ghAcs1Rv_eiLtpni/images/anaconda-platform/ap_view_file_sbom.png?fit=max&auto=format&n=ghAcs1Rv_eiLtpni&q=85&s=5b8a6744c7da120039b8cc43cf9c9bed" alt="Package file SBOM tab" width="2996" height="1880" data-path="images/anaconda-platform/ap_view_file_sbom.png" />
</Frame>

<Note>
  If no SBOM tab appears, there is no SBOM for that package file.
</Note>

## Downloading SBOMs programmatically

For compliance workflows that need SBOMs at scale, the SBOM API provides programmatic access to the SBOMs Anaconda has on file for packages on the `main` and `main-x` channels. Look up a package by its SHA256 hash, or by its name, channel, platform, and version together. The SBOM API is available to members of organizations with a Business subscription.

For more information, see [SBOM API](/docs/anaconda-platform/user/sbom/sbom-api).
