# File-Level Recovery for Virtual Machines

File-Level Recovery (FLR) allows you to restore individual files from a VirtualMachine backup without restoring the entire VM. This is useful when only specific files or directories need to be recovered after accidental deletion or corruption.

T4K implements FLR by mounting the backup as a recovery VM and exposing its filesystem, so you can browse and download exactly the files you need.

## In This Section

* [Creating a Custom VM Image for Recovery VM](/kubernetes/concepts/file-level-recovery-for-virtual-machines/creating-a-custom-vm-image-for-recovery-vm.md) — How to build and configure the recovery VM image used for file-level access.
* [Download Files from the Recovery VM](/kubernetes/concepts/file-level-recovery-for-virtual-machines/download-files-from-the-recovery-vm.md) — How to browse the mounted backup and retrieve individual files.
* [File-Level Recovery for VirtualMachine Backups](/kubernetes/concepts/file-level-recovery-for-virtual-machines/file-level-recovery-for-virtualmachine-backups.md) — End-to-end guide for performing file-level recovery on a VM backup.


---

# 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://docs.trilio.io/kubernetes/concepts/file-level-recovery-for-virtual-machines.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.
