# How to connect your Backblaze B2 storage

Connecting your Backblaze B2 storage to Weap.io is simple and quick.

### 1. Create a new Backblaze B2 bucket

Log in into your Backblaze account, select **`Buckets`** on the left menu and on the page just opened click **`Create a Bucket`**.

![](/files/-MUTM0iWjWsOV-Y4Y5wC)

Give a name to you bucket to easily recognize it later.

![](/files/-MUTN4MsIgdHIQfN-ETZ)

### 2. Create a new Application Key

Click **`App Keys`** on the left side menu and then click **`Add new Application Key`**.

![](/files/-MUTQOqiGbWX_-MI-ZKh)

Give an intuitive name to the key and select the bucket created previously. Make sure the type of access is **`Read and Write`**.&#x20;

{% hint style="warning" %}
Make sure you generate an **`Application Key`**, not a **`Master Application Key`**. If you generate a Master Application Key, it will not work.
{% endhint %}

![](/files/-MUTQjE5RSpPIiMmSXPF)

Click **`Create New Key`**. Your key was created and the details are displayed.

![](/files/-MUTRJqsgMWQKBata2qS)

### 3. Add the storage to Weap.io

Open your Weap.io dashboard and go to the **`Storages`** settings. Click the **`Add storage`** button, select Backblaze B2 as storage provider and fill the form with the details from the previous step.

![](/files/-MUTRznIF3RIQ_kZw_Sd)

Congratulations! Your Backblaze B2 storage was connected to your Weap.io dashboard and can be used to store your [Database](https://weap.io/database-backups/mysql) & [File backups](https://weap.io/file-backups).


---

# 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.weap.io/storages/how-to-connect-your-backblaze-b2-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.
