# General information

## Data deletion&#x20;

Data deletion is a fundamental process in every backup system. Some backup mechanisms perform data deletion automatically, while others require manual execution by the administrator.

{% hint style="danger" %}
Whenever you attempt to delete data manually, **Xopero ONE** system will <mark style="color:$danger;">**always**</mark> request confirmation before proceeding.
{% endhint %}

### <mark style="background-color:blue;">Automatic deletion</mark>

Automatic deletion is handled through the **retention policy** configured for each backup plan. Available retention options include:

1. **Infinite** – data is never deleted.
2. **Time-based** – data is retained for a defined period.
3. **Copy-based** – data is retained for a specified number of backup versions.

Retention policies ensure that older backup versions remain available for recovery while preventing storage from reaching its full capacity.

### <mark style="background-color:blue;">Manual deletion</mark>

Manual deletion may be necessary when storage is already full and you need to free up space to continue running your backup plans. Manual deletion is performed by the system administrator and can be initiated at any time.

***

## Requirements&#x20;

The requirements for data deletion are:

* [x] At least one backup must be stored in the selected storage.
* [x] An agent application must be installed on a device that is currently online.


---

# 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://helpcenter.xopero.com/xopero-one-en/backup-plans-and-features/backup-deletion/general-information.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.
