> 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/duplicati-programs.md).

# Duplicati Programs

- [TrayIcon](https://docs.duplicati.com/duplicati-programs/trayicon.md): This page describes the Duplicati TrayIcon executable
- [Server](https://docs.duplicati.com/duplicati-programs/server.md): This page describes the Duplicati server component
- [Agent](https://docs.duplicati.com/duplicati-programs/agent.md): This page describes the Agent executable
- [Command Line Interface CLI](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli.md): This page describes the command line interface (CLI)
- [Service and WindowsService](https://docs.duplicati.com/duplicati-programs/service.md): The page describes the Service and WindowsService programs
- [Command Line Tools](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1.md): This page describes the
- [AutoUpdater](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/autoupdater.md): This page describes the AutoUpdater tool in Duplicati
- [BackendTester](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/backendtester.md): This page describes the backend tester tool
- [BackendTool](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/backendtool.md): This page describes the backend tool in Duplicati
- [ConfigureTool](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/configuretool.md): This page describes the Duplicati ConfigureTool for managing HTTPS certificates.
- [RecoveryTool](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/recoverytool.md): This page describes the Duplicati recovery tool
- [SecretTool](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/secrettool.md): This page describes the Duplicati SecretTool
- [ServerUtil](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/serverutil.md): This page describes the Duplicati ServerUtil helper program
- [SharpAESCrypt](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/sharpaescrypt.md): This page describes the SharpAESCrypt commandline encryption tool
- [Snapshots](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/snapshots.md): This page describes how to use the Duplicati Snapshots tool
- [SyncTool](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/synctool.md): This page describes the SyncTool command line tool for mirroring a backup to another backend.
- [DatabaseTool](https://docs.duplicati.com/duplicati-programs/command-line-interface-cli-1/databasetool.md): This page describes the DatabaseTool command line tool for changing the database versions.
- [LICENSE](https://docs.duplicati.com/duplicati-programs/license.md)
- [Duplicati Inc & Open Source](https://docs.duplicati.com/duplicati-programs/license/duplicati-inc-and-open-source.md): About Duplicati Inc & its relation to the open source Duplicati
- [License Agreement](https://docs.duplicati.com/duplicati-programs/license/license-agreement.md)
- [OAuth Server](https://docs.duplicati.com/duplicati-programs/oauth-server.md): This page describes the OAuth login used by some providers


---

# 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/duplicati-programs.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.
