# Storage Integrations Overview

This guide will cover general prerequisites of your desired under storage system. To learn how to configure Alluxio with each individual storage system, please look at their respective pages.

## Prerequisites

In preparation for using your chosen storage system with Alluxio, please be sure you have all the required location, credentials, and additional properties before you begin configuring Alluxio to your under storage system.

For the purposes of this guide, the following are placeholders.

| Storage System                                                                                         | Location                      | Credentials                                                              | Additional Properties                                          |
| ------------------------------------------------------------------------------------------------------ | ----------------------------- | ------------------------------------------------------------------------ | -------------------------------------------------------------- |
| [Amazon AWS S3](https://documentation.alluxio.io/ee-ai-en/ai-3.1/ufs/s3)                               | `S3_BUCKET`, `S3_DIRECTORY`   | `S3_ACCESS_KEY_ID`, `S3_SECRET_KEY`                                      |                                                                |
| [HDFS](https://documentation.alluxio.io/ee-ai-en/ai-3.1/ufs/hdfs)                                      | `HDFS_NAMENODE`, `HDFS_PORT`  |                                                                          | <p>Specify Hadoop version:<br><code>HADOOP\_VERSION</code></p> |
| [Aliyun Object Storage Service (OSS)](https://documentation.alluxio.io/ee-ai-en/ai-3.1/ufs/aliyun-oss) | `OSS_BUCKET`, `OSS_DIRECTORY` | `OSS_ACCESS_KEY_ID`, `OSS_ACCESS_KEY_SECRET`, `OSS_ENDPOINT`             |                                                                |
| [COS](https://documentation.alluxio.io/ee-ai-en/ai-3.1/ufs/cos)                                        | `COS_BUCKET`, `COS_DIRECTORY` | `COS_ACCESS_KEY_ID`, `COS_ACCESS_KEY_SECRET`, `COS_REGION`, `COS_APP_ID` |                                                                |


---

# 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-en/ai-3.1/ufs/storage-overview.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.
