# Connecting to Storage

Alluxio connects to a wide variety of storage systems, known as Under File Systems (UFS), allowing you to unify and accelerate access to your existing data. This section provides guides for configuring Alluxio with different cloud object stores and on-premises storage systems.

## Supported Storage Systems

Below is a list of officially supported UFSs. Click on any storage system to see its specific configuration guide.

### Cloud Object Storage

| Storage System                         | Description                                                   | Guide                                                                                               |
| -------------------------------------- | ------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| **Amazon S3**                          | The standard guide for connecting to Amazon S3.               | [View Guide](https://github.com/TachyonNexus/documentation/blob/DA-3.7-13.0.x/docs-da/en/ufs/s3.md) |
| **Google Cloud Storage (GCS)**         | Guide for connecting to Google Cloud Storage.                 | [View Guide](/ee-da-en/ufs/gcs.md)                                                                  |
| **Azure Blob Storage**                 | Guide for connecting to Azure Blob Storage.                   | [View Guide](/ee-da-en/ufs/azure-blob-store.md)                                                     |
| **Alibaba Cloud OSS**                  | Guide for connecting to Alibaba Cloud Object Storage Service. | [View Guide](/ee-da-en/ufs/aliyun-oss.md)                                                           |
| **Tencent Cloud Object Storage (COS)** | Guide for connecting to Tencent Cloud's object storage.       | [View Guide](/ee-da-en/ufs/cos.md)                                                                  |
| **Baidu Object Storage (BOS)**         | Guide for connecting to Baidu Cloud's object storage.         | [View Guide](/ee-da-en/ufs/bos.md)                                                                  |
| **Volcengine TOS**                     | Guide for connecting to Volcengine's object storage.          | [View Guide](/ee-da-en/ufs/tos.md)                                                                  |

### On-Premises Storage

| Storage System                            | Description                                                                             | Guide                                        |
| ----------------------------------------- | --------------------------------------------------------------------------------------- | -------------------------------------------- |
| **S3-Compatible**                         | For connecting to object stores that use the S3 API, such as MinIO or Ceph.             | [View Guide](/ee-da-en/ufs/s3-compatible.md) |
| **Hadoop Distributed File System (HDFS)** | The standard guide for connecting to an HDFS cluster.                                   | [View Guide](/ee-da-en/ufs/hdfs.md)          |
| **Network Attached Storage (NAS)**        | For connecting to any POSIX-compliant file system mounted on your cluster, such as NFS. | [View Guide](/ee-da-en/ufs/nas.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-da-en/ufs.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.
