> For the complete documentation index, see [llms.txt](https://docs.trilio.io/kubernetes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trilio.io/kubernetes/concepts/concepts.md).

# Concepts

Understand Trilio's architecture and key concepts.

## Architecture

[**Trilio Architecture**](/kubernetes/concepts/triliovault-architecture.md) - Learn how Trilio works:

* Component architecture
* Backup and recovery workflows
* Storage architecture
* High availability

## Backup & Restore Concepts

[**Backup and Restore Process**](/kubernetes/concepts/backup-and-restore-process.md) - Core backup and recovery mechanics

[**Backups Retention Process**](/kubernetes/concepts/backups-retention-process.md) - How Trilio manages backup retention

## Application Support

[**Supported Application Types**](/kubernetes/concepts/introduction.md) - Applications and resources that Trilio can protect

[**Support for Helm Releases**](/kubernetes/concepts/helm-support.md) - How Trilio backs up and restores Helm-deployed applications

[**Support for OpenShift Operators**](/kubernetes/concepts/support-for-openshift-operators.md) - OLM operator backup and restore

## Recovery Features

[**Continuous Restore**](/kubernetes/concepts/continuous-restore.md) - Continuous restore capabilities

[**File-Level Recovery for Virtual Machines**](/kubernetes/concepts/file-level-recovery-for-virtual-machines.md) - VM file recovery operations

[**Restore Namespace Labels and Annotations**](/kubernetes/concepts/restore-namespace-labels-and-annotations.md) - How Trilio handles namespace metadata during restore

## Next Steps

Ready to use Trilio? See [User Guide](/kubernetes/user-guide/user-guide.md) →


---

# 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://docs.trilio.io/kubernetes/concepts/concepts.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.
