> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/es/storage-vsan/preferred-tier-usage.md).

# Uso del nivel preferido

Al crear o modificar una unidad de disco de una máquina virtual (VM) en VergeOS, los usuarios pueden establecer un **Nivel preferido**. En la mayoría de los casos, esto se deja en **predeterminada**, que se puede configurar en **Sistema > Configuración del sistema > Nivel predeterminado de la unidad de VM**. Sin embargo, el comportamiento del sistema cuando un nivel especificado no existe puede ser inesperado. Así es como VergeOS determina qué nivel usar en tales casos:

* **Establecer un nivel preferido en un nivel superior inexistente**:
  * Ejemplo: Si un usuario selecciona **Nivel 3** en un sistema que solo tiene **Nivel 1** y **Nivel 4** almacenamiento disponible, el sistema intentará elegir el siguiente nivel superior (más lento). En este caso, el sistema se establecerá de forma predeterminada en **Nivel 4**.
* **Establecer un nivel preferido en un nivel inferior inexistente**:
  * Ejemplo: Si un usuario selecciona **Nivel 3** en un sistema que solo tiene **Nivel 1** y **Nivel 2** almacenamiento, el sistema elegirá el siguiente nivel inferior (más rápido). En este caso, el sistema se establecerá de forma predeterminada en **Nivel 2**.

En ambos escenarios, VergeOS garantiza que se seleccione el nivel disponible más cercano según la preferencia del usuario.

***

{% hint style="info" %}
**Información del documento**

* Última actualización: 2024-08-29
* Versión de vergeOS: 4.12.6
  {% 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://docs.verge.io/knowledge-base/es/storage-vsan/preferred-tier-usage.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.
