> For the complete documentation index, see [llms.txt](https://helpcenter.gitprotect.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.gitprotect.io/backup-plans-and-features.md).

# BACKUP PLANS & FEATURES

- [First steps](https://helpcenter.gitprotect.io/backup-plans-and-features/first-steps.md)
- [Planning your backups](https://helpcenter.gitprotect.io/backup-plans-and-features/planning-your-backups.md)
- [Backup plans overview](https://helpcenter.gitprotect.io/backup-plans-and-features/backup-plans-overview.md): In this article, you will find general information about creating and managing backup plans in GitProtect.
- [Encryption & data security](https://helpcenter.gitprotect.io/backup-plans-and-features/encryption-and-data-security.md): This article explains encryption and data security in GitProtect and provides guidance on enabling backup encryption.
- [Compression](https://helpcenter.gitprotect.io/backup-plans-and-features/compression.md): In this article you will learn about compression in GitProtect.
- [Replication](https://helpcenter.gitprotect.io/backup-plans-and-features/replication.md)
- [Overview](https://helpcenter.gitprotect.io/backup-plans-and-features/replication/overview.md): This article provides general information about replication and its requirements in GitProtect.
- [Setup](https://helpcenter.gitprotect.io/backup-plans-and-features/replication/setup.md)
- [Backup deletion](https://helpcenter.gitprotect.io/backup-plans-and-features/backup-deletion.md)
- [General information](https://helpcenter.gitprotect.io/backup-plans-and-features/backup-deletion/general-information.md): This article provides general information and requirements related to backup data deletion in GitProtect.
- [Deleting a single repository from the selected backup](https://helpcenter.gitprotect.io/backup-plans-and-features/backup-deletion/deleting-a-single-repository-from-the-selected-backup.md): This article describes how to delete all versions of a single repository from a selected backup in the GitProtect platform.
- [Deleting all backup copies from a selected storage](https://helpcenter.gitprotect.io/backup-plans-and-features/backup-deletion/deleting-all-backup-copies-from-a-selected-storage.md): This article describes how to delete all copies from a selected data store in the GitProtect platform.
- [Removing backups from S3-compliant storages](https://helpcenter.gitprotect.io/backup-plans-and-features/backup-deletion/removing-backups-from-s3-compliant-storages.md): This article describes how to delete backups from AWS S3 and other S3-compliant storages with versioning enabled in the GitProtect platform.


---

# 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://helpcenter.gitprotect.io/backup-plans-and-features.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.
