> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/vault/configuring-vault/configure-backup-environment.md).

# Configure Backup Environment

### Overview <a href="#overview" id="overview"></a>

The administrator must first set up the AutoRABIT Vault environment before working on backup/restore or other AutoRABIT Vault features. This helps you to create a backup of the data/metadata in the storage environment and restore it if necessary. AutoRABIT Vault supports a variety of environments, including Amazon AWS, Google Cloud Platform, Azure Blob, and AutoRABIT Vault's default hosted environment.

### Where can I find the option to configure the AutoRABIT Vault storage environment? <a href="#where-can-i-find-the-option-to-configure-the-vault-storage-environment" id="where-can-i-find-the-option-to-configure-the-vault-storage-environment"></a>

You can configure the storage environment under the **Settings > Backup Environment** tab.

### How to configure AutoRABIT Vault Environment? <a href="#how-to-configure-vault-environment" id="how-to-configure-vault-environment"></a>

1. Log in to your **AutoRABIT Vault** account.
2. Go to the **Settings** module and click on the **Backup Environment** tab.
3. Every time a new user is registered with AutoRABIT Vault. While setting up the account, during the initial configuration of the storage, the following checks will be done to make sure everything on the storage end is set up and in place. This ensures that the AutoRABIT Vault application will be utilized by the user seamlessly.

   <figure><img src="/files/PTHsNCqh9v4C9fDENVmP" alt=""><figcaption></figcaption></figure>
4. Under **Storage Environment**, select the **Storage Type** from the drop-down. As of now, AutoRABIT Vault supports the following storage types:
   * [Amazon AWS S3 Storage](/product-guides/vault/configuring-vault/configure-backup-environment/amazon-aws-s3-storage-environment.md)
   * [Azure Blob](/product-guides/vault/configuring-vault/configure-backup-environment/azure-blob-storage-environment.md)
   * [GCP (Google Cloud Platform)](/product-guides/vault/configuring-vault/configure-backup-environment/google-cloud-platform.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/vault/configuring-vault/configure-backup-environment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
