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

# Preferred Tier Usage

When creating or modifying a virtual machine (VM) disk drive in VergeOS, users can set a **Preferred Tier**. In most cases, this is left at **default**, which can be configured under **System > System Settings > Default VM Drive Tier**. However, the system's behavior when a specified tier does not exist can be unexpected. Here's how VergeOS determines which tier to use in such cases:

* **Setting a preferred tier to a non-existent higher tier**:
  * Example: If a user selects **Tier 3** in a system that only has **Tier 1** and **Tier 4** storage available, the system will attempt to pick the next higher (slower) tier. In this case, the system will default to **Tier 4**.
* **Setting a preferred tier to a non-existent lower tier**:
  * Example: If a user selects **Tier 3** in a system that only has **Tier 1** and **Tier 2** storage, the system will pick the next lower (faster) tier. In this case, the system will default to **Tier 2**.

In both scenarios, VergeOS ensures that the closest available tier is selected based on the user’s preference.

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-08-29
* vergeOS Version: 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:

```
GET https://docs.vergeos-demo.com/knowledge-base/storage-vsan/preferred-tier-usage.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.
