> For the complete documentation index, see [llms.txt](https://docs.veedna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.veedna.com/sbom360/projects.md).

# Projects

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.

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/projects/info.md)&#x20;
* [Attestation](/sbom360/projects/attestation.md)&#x20;
* [Dependencies](/sbom360/projects/dependencies.md)&#x20;
* [Provenance](/sbom360/projects/provenance.md)&#x20;
* [Vulnerabilities](/sbom360/projects/vulnerabilities.md)&#x20;
* [Mitigations](/sbom360/projects/mitigations.md)&#x20;
* [Security posture](/sbom360/projects/security-posture.md)&#x20;
* [Code quality](/sbom360/projects/code-quality.md)&#x20;
* [Suppliers and Licenses](/sbom360/projects/suppliers-and-licenses.md)&#x20;
* [Findings](/sbom360/projects/findings.md)&#x20;

You can perform the following actions for 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/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**&#x20;

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.veedna.com/sbom360/projects.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
