> 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/run-the-platform/zh/cun-chu/preferred-tiers.md).

# 首选层级

该 *首选层级* 该设置将为要使用的存储层建立一个“首选项”。如果该层不可用，或者该层空间不足，系统将自动切换到下一个更便宜（编号更高）的层；如果该层也不可用，则切换到再下一个更便宜的层。如果指定的首选层不可用，并且也没有更便宜的层可用，系统将切换到下一个更昂贵（编号更低）的层。

## 首选层示例

**下图显示了一个示例，其中已将第 4 层指定为首选层：**

![preferredtier.png](/files/627d725ec6190e14fed59e87bb0c441a14ce9f99)


---

# 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/run-the-platform/zh/cun-chu/preferred-tiers.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.
