> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/the-meterian-webapp/advanced-functionalities/software-bill-of-materials-sbom.md).

# Software Bill Of Materials (SBOM)

Meterian is able to generate different SBOMs in various formats.

The available formats are:

* **License Bible,** available in JSON or PDF formats, contains:
  * the full list of components with their licenses and copyrights statements
  * the complete text of all licenses used in the codebase
* **Classic SBOM**, available in CSV format,  contains:
  * the full list of components, with their licenses, copyrights statements and registry URL
* **CycloneDX SBOM**, available in JSON and XML format (see the [CycloneDX specification](https://cyclonedx.org/specification))

From the web UI of a project report, click the drop down button next to the "Download Report PDF" button

<figure><img src="/files/TU3Xlpogug7uM60UGWPW" alt=""><figcaption></figcaption></figure>

Alternatively, generate the SBOM of your liking from the command line via one of the various clients/scanners. Read up the "[Producing reports](/the-client/command-line-parameters/producing-reports.md)" page for more information on how that is done.
