# 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="https://3502151236-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M-naNCUtT6Gw1tfDjRR%2Fuploads%2F1ohCgovKoAvYqv6ptraY%2Fimage.png?alt=media&#x26;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](https://docs.meterian.io/the-client/command-line-parameters/producing-reports)" page for more information on how that is done.


---

# 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.meterian.io/the-meterian-webapp/advanced-functionalities/software-bill-of-materials-sbom.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.
