> For the complete documentation index, see [llms.txt](https://help.alianhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alianhub.com/app-installation-and-start-guide/4.-installation-guide/4.4-wasabi-configuration.md).

# 4.4 Wasabi Configuration

<figure><img src="/files/cgp7kO2Rg5ZMxn7djhGM" alt=""><figcaption></figcaption></figure>

Wasabi is a cloud storage platform where all storage-related documents and data are stored for our app.

First, you need to[ ](https://billing-service.wasabisys.com/CommunitiesSelfReg?pid=WOS)create an account. Below is the link to create an account on Wasabi to obtain an access key and secret key pair: [***https://billing-service.wasabisys.com/CommunitiesSelfReg?pid=WOS***](https://billing-service.wasabisys.com/CommunitiesSelfReg?pid=WOS)

Wasabi provides a 30-day free trial. Kindly upgrade your plan for uninterrupted use after creating an account. If you already have a Wasabi account, here is the link to log in: [***https://console.wasabisys.com/login***](https://console.wasabisys.com/login)&#x20;

After logging in for Keys, you can follow the below steps.

1. Go to your Wasabi Console, select ‘**Access Keys**’ from the left menu, and click on '**Create New Access Key'** to generate a new access and secret key pair.\ <br>

   <figure><img src="/files/fPRTVUnI9F80NVqefcNw" alt=""><figcaption></figcaption></figure>
2. Select ‘**Root User**’ and click on the ‘**Create**’ button to generate the ‘**Access Key**’.\ <br>

   <figure><img src="/files/a3l9L8YZQfd7pGx0Dc0v" alt=""><figcaption></figcaption></figure>
3. Thereafter, download the CSV file and store it safely for future reference. Now, you can add the access key and secret access key to your environment file, which is obtained from the below method or from the CSV file you downloaded and add in <mark style="color:red;">**WASABI\_SECRET\_ACCESS\_KEY, WASABI\_ACCESS\_KEY**</mark> in the form field.\ <br>

   <figure><img src="/files/urOxS4wyDRT0IOxvLpTT" alt=""><figcaption></figcaption></figure>
4. Click on settings and copy the account ID as shown in the image below. Add this account ID in <mark style="color:red;">**WASABI\_USERID**</mark> in the form field.\ <br>

   <figure><img src="/files/Mr0hGSw5vM9vOQv44k1J" alt=""><figcaption></figcaption></figure>


---

# 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://help.alianhub.com/app-installation-and-start-guide/4.-installation-guide/4.4-wasabi-configuration.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.
