# 数据访问

- [通过 FUSE（ POSIX API）访问](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/fuse-based-posix-api.md)
- [Client 写回](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/fuse-based-posix-api/client-writeback.md)
- [客户端虚拟路径映射](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/fuse-based-posix-api/client-virtual-path-mapping.md)
- [通过S3 API访问](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/s3-api.md)
- [通过 PythonSDK/FSSpec 访问](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/fsspec.md)
- [UFS 带宽限制器](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/ufs-bandwidth-limiting.md)
- [高可用性数据访问](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/high-availability.md)
- [多副本](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/high-availability/multiple-replicas.md)
- [多可用区（AZ）](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/high-availability/multi-az.md)
- [性能优化](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/performance.md)
- [文件读取](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/performance/file-reading.md)
- [写入文件](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/performance/file-writing.md)
- [元数据列表](https://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access/performance/metadata-listing.md)


---

# Agent Instructions: 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://documentation.alluxio.io/ee-ai-cn/ai-3.6/data-access.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.
