# 参考

本节包含 Alluxio 的详细参考资料，包括 API 文档、命令行界面 (CLI) 用法和其他技术信息。

* [**S3 API**](/ee-ai-cn/reference/s3-api-usage.md)：S3 兼容 API 的示例和用法详情。
* [**REST API**](/ee-ai-cn/reference/rest-api.md)：Alluxio REST API 端点的文档。
* [**用户 CLI**](/ee-ai-cn/reference/user-cli.md)：面向用户的 Alluxio 命令行界面指南。
* [**监控指标**](/ee-ai-cn/reference/metrics.md)：Alluxio 为监控暴露的指标综合列表。
* [**监控仪表板**](/ee-ai-cn/reference/dashboard.md)：Alluxio Grafana 仪表板中所有面板的详细说明，包括指标名称、计算方法和阈值配置。
* [**第三方许可证**](/ee-ai-cn/reference/third-party-licenses.md)：有关 Alluxio 中使用的第三方许可证的信息。


---

# 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/reference.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.
