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

# Technical Details

- [Architecture Premises](https://docs.duplicati.com/technical-details/architecture-premises.md): This page describes the overall design goals for the Duplicati client
- [Understanding Backup](https://docs.duplicati.com/technical-details/understanding-backup.md): This page describes the backup process and goals
- [How Backup Works](https://docs.duplicati.com/technical-details/understanding-backup/how-backup-works.md): This page describes how backups work from a high level perspective
- [Encryption Algorithms](https://docs.duplicati.com/technical-details/understanding-backup/encryption-algorithms.md): This page describes how Duplicati handles encryption
- [Backup size parameters](https://docs.duplicati.com/technical-details/understanding-backup/backup-size-parameters.md): This page describes the backup size parameters that used in Duplicati
- [Understanding Restore](https://docs.duplicati.com/technical-details/understanding-restore.md): This page describes the restore process and goals
- [How Restore Works](https://docs.duplicati.com/technical-details/understanding-restore/how-restore-works.md): This page describes how the restore process works from a high level
- [Disaster Recovery](https://docs.duplicati.com/technical-details/understanding-restore/disaster-recovery.md): This page provides an overview of how disaster recovery is possible
- [Database versions](https://docs.duplicati.com/technical-details/database-versions.md): This page describes what versions of the database is used in each version of Duplicati
- [Server authentication model](https://docs.duplicati.com/technical-details/server-authentication-model.md): This page provides an overview of the authentication in Duplicati
- [Option formats](https://docs.duplicati.com/technical-details/option-formats.md): This page describes the format options used in Duplicati


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.duplicati.com/technical-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
