> 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)

Generating various Software Bill Of Materials (SBOM) and bibles

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="https://3502151236-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M-naNCUtT6Gw1tfDjRR%2Fuploads%2F1ohCgovKoAvYqv6ptraY%2Fimage.png?alt=media&amp;token=7ea6f44c-ad0e-4a68-a5ef-e119f9d15bb8" 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.
