# Adding new storage

{% hint style="danger" %}
**GitProtect** supports only three **Azure Blob Storage** access tiers: hot, cool, and cold. **The archive access tier is not supported.** Learn more about access tiers for blob data in the [official Microsoft documentation](https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview).
{% endhint %}

{% 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 **Azure Blob Storage** option.

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

{% step %}
After selecting storage option, the system will display additional sections, including: **Authentication data**, **Container name**, and **Optional description**.

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

{% step %}
To select the password for your container, click the **Select or add connection string** button and choose an existing password from the **Password Manager** or create a new one.

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

{% step %}
Enter the container name and description (if needed).
{% endstep %}

{% step %}
Ensure that the browsing machine—a device with an active license and the **GitProtect** **worker** installed—can access your **Azure Blob Storage** container. 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-c5d843b228eae7d68acb3df31b53405f86d1cf65%2Fimage%20(351).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.
{% 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/azure-blob-storage/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.
