# Adding new storage

{% stepper %}
{% step %}
Open the **Storages** section and click **Add storage** button.

<figure><img src="https://696332517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsE6XtJyUIEKVdSxPlS3%2Fuploads%2FfNAadzV0nWqWehTVGg2R%2Fimage.png?alt=media&#x26;token=9f38b4aa-76b3-4da1-9024-37b3c858c467" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The **Add storage** sidebar will appear—use it to enter the name of your new storage in the **Add storage name** field (step 1), then click the arrow next to the **Storage type** section (step 2) to expand the list of available storage types.

<figure><img src="https://696332517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsE6XtJyUIEKVdSxPlS3%2Fuploads%2Fgit-blob-37efcfd5381d8d21d7dcf10c81b5e39c02b347dc%2Fimage%20(342).png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Scroll down the list and select the **Wasabi** option.

<figure><img src="https://696332517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsE6XtJyUIEKVdSxPlS3%2Fuploads%2Fgit-blob-d32cc1a1c7010f3e83e49496fd942340c5c113b2%2Fimage%20(345).png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Copy the **access key ID** and **secret access key** from **Wasabi**, paste the **access key ID** to the corresponding field, and click **Select or add secret access key** to open the **Password Manager** menu and add your copied **secret key** to your bucket.

{% hint style="info" %}
To get the **access key ID** and **secret access key**, go to **Access Keys** tab in your **Wasabi** web panel and create new access key. Learn more about access keys in [**Wasabi** official documentation](https://docs.wasabi.com/v1/docs/access-keys-1).
{% endhint %}

<figure><img src="https://696332517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsE6XtJyUIEKVdSxPlS3%2Fuploads%2Fgit-blob-80d7d5a39d4b9ce3ebf0b731dcf7028fbc16d334%2F2.png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the **Add new** button to add your **Wasabi** **secret access key** to **GitProtect Password Manager**. Enter a password name, then enter the **secret access key** in the **New password** and **Confirm password** fields. Click **Save** to finish.

<figure><img src="https://696332517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsE6XtJyUIEKVdSxPlS3%2Fuploads%2Fgit-blob-e0c6c4745a4661083db39fd1384abb1df2537b1d%2Fimage%20(347).png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Next, select the region where your bucket is created and enter the bucket name (the bucket name is the unique identifier of the container where your objects are stored) in the appropriate field.

{% hint style="success" %}
You can verify your bucket region on the **Wasabi** platform through the **Buckets** tab.
{% endhint %}

<figure><img src="https://696332517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsE6XtJyUIEKVdSxPlS3%2Fuploads%2Fgit-blob-023ed29bae3a8598d12c817ac12ab1e8c0b07ef6%2Fimage%20(346).png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Ensure that the browsing machine—a device with an active license and the **GitProtect** **worker** installed—can access your **Wasabi** bucket. To use a different device, click **Change** next to the **Browsing machine** at the bottom.

<figure><img src="https://696332517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsE6XtJyUIEKVdSxPlS3%2Fuploads%2Fgit-blob-1da0d76cee432d5f52dd0b88d818475735d05366%2Fimage%20(348).png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Review your settings and click the **Save** button to add the storage to **GitProtect**. Refresh the page to see the newly added storage on your storages list.

<figure><img src="https://696332517-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtsE6XtJyUIEKVdSxPlS3%2Fuploads%2Fgit-blob-993c33d7ac5cee893d0b25726cb9d4d8de7e6fd9%2Fimage%20(349).png?alt=media" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.gitprotect.io/storage/cloud-storage/wasabi/adding-new-storage.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.
