# Documentation

- [Concepts](https://docs.enclaive.cloud/buckypaper/documentation/concepts.md)
- [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)
- [What is Buckypaper?](https://docs.enclaive.cloud/buckypaper/documentation/what-is-buckypaper.md)
- [Use Cases](https://docs.enclaive.cloud/buckypaper/documentation/use-cases.md)
- [Setup](https://docs.enclaive.cloud/buckypaper/documentation/setup.md)
- [BIOS enablement](https://docs.enclaive.cloud/buckypaper/documentation/setup/bios-enablement.md)
- [AMD SEV](https://docs.enclaive.cloud/buckypaper/documentation/setup/bios-enablement/amd-sev.md): AMD Secure Encrypted Virtualization (SEV) is a hardware-based confidential computing technology developed by AMD Corporation that encrypts virtual machines in memory
- [Intel TDX](https://docs.enclaive.cloud/buckypaper/documentation/setup/bios-enablement/intel-tdx.md): Intel Trust Domain Extensions (TDX) is a hardware-based confidential computing technology developed by Intel Corporation that isolates virtual machines (called Trust Domains) from the hypervisor
- [NVIDIA CC](https://docs.enclaive.cloud/buckypaper/documentation/setup/bios-enablement/nvidia-cc.md): NVIDIA Confidential Computing is a GPU-based confidential computing architecture developed by NVIDIA Corporation that enables encrypted and attested GPU workloads


---

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