# Explore Your SBOM

All the SBOMs that you generate show up in the Projects page. Depending on the type of input used to generate the SBOM, SBOM generation may take some time to complete (typically, one minute for small SBOMs and up to 30 min for larger ones).

The status of the SBOM in the Projects page is an indication of the progress in SBOM generation. It starts from Created, then Running and other states and finally show up as Ready for Review.<br>

You can click on the SBOM when it’s in Ready for Review state and explore the SBOM. The data collected for the SBOM is organized into several tabs:

* [Info](/sbom360-osm/explore-your-sbom/info.md) tab
* [Attestation](/sbom360-osm/explore-your-sbom/attestation.md) tab
* [Dependencies](/sbom360-osm/explore-your-sbom/dependencies.md) tab
* [Provenance](/sbom360-osm/explore-your-sbom/provenance.md) tab
* [Vulnerabilities](/sbom360-osm/explore-your-sbom/vulnerabilities.md) tab
* [Mitigations](/sbom360-osm/explore-your-sbom/mitigations.md) tab
* [Security posture](/sbom360-osm/explore-your-sbom/security-posture.md) tab
* [Code quality](/sbom360-osm/explore-your-sbom/code-quality.md) tab
* [Suppliers and Licenses](/sbom360-osm/explore-your-sbom/suppliers-and-licenses.md) tab
* [Findings](/sbom360-osm/explore-your-sbom/findings.md) tab


---

# 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.veedna.com/sbom360-osm/explore-your-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.
