> For the complete documentation index, see [llms.txt](https://docs.weap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weap.io/storages/how-to-connect-your-backblaze-b2-storage.md).

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