# Applications

Storware Backup & Recovery allows you to setup periodic backup with your own scripts or application-native backup commands. These can be executed either on the Node or remotely over SSH.&#x20;

The Application can reside anywhere - it can be in a VM, Kubernetes deployment, or on a physical box.&#x20;

{% hint style="info" %}
**Note:** The only requirement is to allow Storware Backup & Recovery to execute a set of commands over SSH or on the node to access data remotely.
{% endhint %}

In this section are:&#x20;

[Instances](/70/administration/applications/instances.md) - Create Application definition (at least its name and Command Execution Configuration and select node which is going to do the work)

[Execution Configurations](/70/administration/applications/execution-configurations.md) - Prepare script or commands (this is a description of how your script is going to be invoked)

[Backups SLAs](/70/administration/applications/backup-slas.md) - allow you to setup a correlation between applications, backup destinations, and schedules. It also allows you to configure policy schedules (schedules tab).


---

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