> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/yak-user-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/yak-user-doc/manage-servers/declare/storage.md).

# Storage

This section allows you to manage the root disk configuration of your server.

The YaK sets default values for your root disk (encryption, size, disk type, deletion policy).

However these values can be changed:

* by editing the values in the form directly
* by loading a root disk storage template by clicking the "Load Template" button (a root disk template must have been defined first, see section "[Templates](/yak-user-doc/configuration/templates.md)").

{% hint style="warning" %}
**Encryption settings**\
If your organization is subject to corporate or regulatory policies that require encryption of data, we recommend that you create an encrypted file system.

YaK supports the following encryption methods for each cloud provider:

* **AWS (at-rest):**\
  Creates an encrypted file system that encrypts all of your data and metadata at rest using an AES-256 encryption algorithm.
* **OCI (in-transit):**\
  Enables or disables in-transit encryption between the instance and its volumes.
* **Azure (at host):**\
  Data stored on the VM host is encrypted at rest and flows are encrypted to the storage service.\
  Azure disk encryption parameter must be enabled at subscription level from your Azure account otherwise, the server cannot be encrypted.
  {% endhint %}


---

# 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://dbi-services.gitbook.io/yak-user-doc/manage-servers/declare/storage.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.
