# Manage Your SBOM

There are different actions available on your project by clicking on the action button against a project.

### Download

Download a report of your SBOM. The SBOM is currently downloaded as report.json, which is Lineaje's custom format. The report.json has all the attributes that SBOM360 collects using the deep fingerprint engines. This report, by far, has the most comprehensive data associated with the SBOM.

### Export PDF

Export the assessment report of your SBOM in PDF format. The assessment report is the summary of the important metadata associated with the SBOM. The report also contains [Lineaje AI ](/sbom360-osm/lineaje-ai.md)recommendations.

### Delete

Delete the SBOM. This action will delete the project and all its components. It will make sure to delete only those components that are unique to the project getting deleted. Any shared components are left in tact.

### Publish

Publish your SBOM to SBOM360Hub so that it can be shared to your consumers or distributors or resellers.

* Publishing an SBOM Hub creates an immutable copy of the SBOM in SBOM360 Hub
* Publishing an SBOM creates a “Self-Attestation Letter” (SAL) with a list of approvers
* Publishing an SBOM also goes through a mandatory EO14028 check in SBOM360 Hub

<br>


---

# 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/manage-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.
