# Administration

This section provides information about administrative tasks such as how to backup, restore, or manage key elements using Web UI of Storware Backup & Recovery like:

* [Dashboard](/administration/dashboard.md)
* [Virtual Environments](/administration/virtual-environments.md)
* [Storage Providers](/administration/storage-providers.md)
* [Cloud](/administration/cloud.md)
* [Applications](/administration/applications.md)
* [Reporting](/administration/reporting.md)
* [Nodes](/administration/nodes.md)
* [Access Management](/administration/users.md)
* [Settings](/administration/settings.md)

We also recommend reading the [Disaster Recovery](/troubleshooting/disaster-recovery.md) section carefully to be sure that you understand how to recover Storware Backup & Recovery installation in case of losing the node or even server.

For a complete list of CLI commands, check [CLI Reference](/administration/cli-reference.md).


---

# 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/administration.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.
