# Concepts

- [Confidential Boot](https://docs.enclaive.cloud/buckypaper/documentation/concepts/confidential-boot.md): Confidential Boot is a new concept put forth by enclaive to leverage the Security Processor (as opposed to a Trusted Platform Module) as root of trust for Secure Boot.
- [Open Virtual Machine Firmware](https://docs.enclaive.cloud/buckypaper/documentation/concepts/confidential-boot/open-virtual-machine-firmware.md)
- [The Meaning of all Keys](https://docs.enclaive.cloud/buckypaper/documentation/concepts/confidential-boot/the-meaning-of-all-keys.md)
- [Establishing a TCB](https://docs.enclaive.cloud/buckypaper/documentation/concepts/confidential-boot/establishing-a-tcb.md)
- [Confidential vTPM](https://docs.enclaive.cloud/buckypaper/documentation/concepts/confidential-vtpm.md): A confidential vTPM is a new emerging concept which allows to establish secure virtualized Trusted Platform Modules leveraging the the Secure Processor and its security guarantees as a root of trust.
- [Architecture](https://docs.enclaive.cloud/buckypaper/documentation/concepts/confidential-vtpm/architecture.md)


---

# 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.enclaive.cloud/buckypaper/documentation/concepts.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.
