# First steps

## Define your backup requirements

Designing an effective backup environment starts with careful planning. Before configuring schedules, it is essential to define the scope of protection and clarify organizational needs. By answering the following questions, you will establish a strong foundation for your backup schema:

1. **Deployment location:** where will you deploy your management service?
2. **Data scope:** what types of data should be protected?
3. **Protected environments:** which environments require coverage? (e.g., workstations, servers, virtual machines, **Microsoft 365**, **Git** repositories, **Jira**, databases, etc.)
4. **Storage destination:** where will your backups be stored?
5. **Backup frequency:** how often should backup tasks be performed?
6. **Exclusion rules:** is there any data that should **not** be included in the backup?
7. **Security measures:** do you need to encrypt and/or compress your backups?
8. **Operating systems:** which operating systems require protection?
9. **Policy alignment:** how does your organization’s security policy influence backup planning?
10. **Retention period:** for how long you want your backups to be retained?

Once you have answered these questions, you are ready to begin working with **Xopero ONE**.


---

# 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/first-steps.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.
