> For the complete documentation index, see [llms.txt](https://documentation.alluxio.io/ee-ai-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.alluxio.io/ee-ai-en/high-availability.md).

# High Availability

Alluxio is designed to be resilient and ensure data is always available, even in the face of component or infrastructure failures.

* [**UFS Fallback**](/ee-ai-en/high-availability/ufs-fallback.md): If an Alluxio worker is unavailable, clients can automatically fall back to reading directly from the UFS, ensuring that read requests succeed without interruption.
* [**File Replication**](/ee-ai-en/high-availability/multiple-replicas.md): Configure files to have multiple replicas across different Alluxio workers. If one worker becomes unavailable, clients can seamlessly fail over to another replica. This also boosts read performance for popular files by distributing the load.
* [**Multi-Availability Zone (Multi-AZ) Deployments**](/ee-ai-en/high-availability/multi-az.md): Deploy Alluxio clusters across multiple availability zones (AZs). If an entire AZ goes down, clients can automatically fail over to an Alluxio cluster in another AZ, providing robust disaster recovery and uninterrupted service.


---

# 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:

```
GET https://documentation.alluxio.io/ee-ai-en/high-availability.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.
