> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/concepts/advanced-concepts-md/recovery-options.md).

# Recovery options

Recovery options in Devolutions Server describe how to back up critical components and restore the platform after an incident. Administrators configure backups of the SQL database and web application folder in Backup manager and generate a recovery kit that contains the settings and encryption material required to rebuild an instance on new infrastructure.

In a disaster, documented recovery steps guide you through deploying a new server, restoring the backup, and applying the recovery kit so vaults, permissions, and recordings are recovered. Testing this process regularly in a staging environment helps validate that recovery objectives can be met.

#### Related topics

* [Backup manager](https://docs.devolutions.net/server/web-interface/administration/backup/backup-manager/)
* [Recovery kit generation](https://docs.devolutions.net/server/devolutions-server-console/recovery-kit/)
* [Restore a Devolutions Server instance](https://docs.devolutions.net/server/kb/how-to-articles/dvls-disaster-recovery/)


---

# 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.devolutions.net/server/concepts/advanced-concepts-md/recovery-options.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.
