# Backup SLAs

Backup SLAs allow you to group backup policies and schedules for multiple storage instances. In general, a storage instance should have only one backup policy so as to always have an easy-to-interpret configuration.

Each policy can have multiple schedules assigned so that you can define more complex schedules so that backups are executed even multiple times each day and with different backup types.

{% hint style="info" %}
**Note:**

* schedules define the type of backup - full or incremental
* the approach we highly recommend is to create a schedule for **periodic full** backup and always assign at least 1 such schedule in the backup SLAs
* in order to create incremental backups, you need to always have **at least 1 incremental backup schedule** and run at least one full backup
* there is no limit to the number of policies you can create
  {% endhint %}


---

# 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://docs.storware.eu/70/administration/storage-providers/backup-slas.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.
