# Documentation

- [What is Vault?](https://docs.enclaive.cloud/vault/documentation/what-is-vault.md)
- [Use Cases](https://docs.enclaive.cloud/vault/documentation/use-cases.md)
- [Setup](https://docs.enclaive.cloud/vault/documentation/setup.md)
- [Install](https://docs.enclaive.cloud/vault/documentation/setup/install.md)
- [Configuration](https://docs.enclaive.cloud/vault/documentation/setup/configuration.md)
- [Get Started](https://docs.enclaive.cloud/vault/documentation/get-started.md)
- [Starting the server](https://docs.enclaive.cloud/vault/documentation/get-started/starting-the-server.md): In this tutorial, you will start and interact with the Vault server running in development mode.
- [Your first secret](https://docs.enclaive.cloud/vault/documentation/get-started/your-first-secret.md)
- [Deploying Vault on VMs with Let's encrypt! TLS certs](https://docs.enclaive.cloud/vault/documentation/get-started/deploying-vault-on-vms-with-lets-encrypt-tls-certs.md): In this get started tutorial, we install the vault container in a VM and configure a TLS certificates with let's encrypt.
- [Concepts](https://docs.enclaive.cloud/vault/documentation/concepts.md)
- [Operations](https://docs.enclaive.cloud/vault/documentation/concepts/operations.md)
- [Seal/Unseal](https://docs.enclaive.cloud/vault/documentation/concepts/operations/seal-unseal.md)
- ["Dev" server mode](https://docs.enclaive.cloud/vault/documentation/concepts/operations/dev-server-mode.md)
- [Namespace lock and unlock](https://docs.enclaive.cloud/vault/documentation/concepts/operations/namespace-lock-and-unlock.md)
- [Lease, renew, and revoke](https://docs.enclaive.cloud/vault/documentation/concepts/operations/lease-renew-and-revoke.md)
- [Lease Explosions](https://docs.enclaive.cloud/vault/documentation/concepts/operations/lease-explosions.md)
- [Mount migration](https://docs.enclaive.cloud/vault/documentation/concepts/operations/mount-migration.md)
- [Client count](https://docs.enclaive.cloud/vault/documentation/concepts/operations/client-count.md)
- [Resource quotas](https://docs.enclaive.cloud/vault/documentation/concepts/operations/resource-quotas.md)
- [Response wrapping](https://docs.enclaive.cloud/vault/documentation/concepts/operations/response-wrapping.md)
- [Authentication](https://docs.enclaive.cloud/vault/documentation/concepts/authentication.md)
- [Identity](https://docs.enclaive.cloud/vault/documentation/concepts/authentication/identity.md)
- [Tokens](https://docs.enclaive.cloud/vault/documentation/concepts/authentication/tokens.md)
- [OIDC provider](https://docs.enclaive.cloud/vault/documentation/concepts/authentication/oidc-provider.md)
- [Username templating](https://docs.enclaive.cloud/vault/documentation/concepts/authentication/username-templating.md)
- [Passwordless](https://docs.enclaive.cloud/vault/documentation/concepts/authentication/passwordless.md)
- [Secrets](https://docs.enclaive.cloud/vault/documentation/concepts/secrets.md)
- [Storage](https://docs.enclaive.cloud/vault/documentation/concepts/storage.md)
- [Integrated storage](https://docs.enclaive.cloud/vault/documentation/concepts/storage/integrated-storage.md)
- [High availability mode (HA)](https://docs.enclaive.cloud/vault/documentation/concepts/storage/high-availability-mode-ha.md)
- [Recovery mode](https://docs.enclaive.cloud/vault/documentation/concepts/storage/recovery-mode.md)
- [Policies](https://docs.enclaive.cloud/vault/documentation/concepts/policies.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/vault/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.
