> 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/zu-hu/provide-files-to-tenant.md).

# 向租户提供文件

服务提供商可以向租户提供已上传到 vSAN 的文件。有关将文件初始上传到父 vSAN 的帮助，请参见： [**将文件上传到 vSAN**](/run-the-platform/zh/cun-chu/uploading-files-to-vsan.md)

## 向租户提供文件

1. 从顶部菜单中导航到 **租户** > **列表**.
2. **双击** 所需的 **租户**.
3. 单击 **添加文件** 左侧菜单中的。
4. 选择 ***文件类型*** 从下拉列表中选择（提示：您可以选择 --ALL-- 以获取所有可用文件的列表，不论类型；这将包括来自父 VDC 的 \*.raw 文件（VM 磁盘映像）。）
5. **选择一个文件** 从下拉列表中。
6. 单击 **提交** （页面底部）。

该过程几乎是即时的，因为它是通过分支命令完成的。该文件现在已在租户自己的 [**文件**](/run-the-platform/zh/cun-chu/uploading-files-to-vsan.md) 部分。


---

# 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/zu-hu/provide-files-to-tenant.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.
