# Setting up filebase

**Logging into filebase**

To start using filebase as an IPFS provider in MGS, you need to first register your account. If you already have an account, you can directly go to [https://console.filebase.com](https://console.filebase.com/). If you don’t, follow these steps:

* To sign up for a filebase account, navigate to [https://filebase.com](https://filebase.com/). To create a new account, click the ‘Try for Free’ button in the top right corner of the webpage.

<figure><img src="https://lh7-us.googleusercontent.com/kE9vidDqy3iuPR2VVSN-rdeC8ok3vekiGeEOY6mgg45llrWpyZ3L3j7IaHMXGSH8PaXEG2MLbb8RD_CAEaSp2NbcpLEuEK9l05_xXFK4eiXVMnu-3rIt36dukANRlETLd1_Ok5DDUtB9zqINFxYHrS8" alt=""><figcaption></figcaption></figure>

* Next, fill out the form fields, including an email address and password, and agree to the filebase terms to create your account.&#x20;
* You will receive an email with confirmation instructions. Click the link included in the email to confirm your account and complete the registration process. Once finished, you can access the [Dashboard Console](https://console.filebase.com/).

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

**Buckets**

Buckets are like file folders; they store data and associated metadata. Buckets are containers for objects. Navigate to the Buckets dashboard by clicking on the ‘Buckets’ menu option. Here you can view your existing buckets and create new ones.

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

If you already have the Bucket you wish to use with MGS, skip this step. To create a new bucket, click the ‘Create Bucket’ button in the top right corner of the webpage, enter the name for the new bucket, and click the ‘Create Bucket’ button.

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

If successful, you will be redirected to the Bucket dashboard with your newly created bucket.

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

**Access Keys**

The Access Keys menu option leads you to the access keys dashboard. Here you can view, manage, and rotate your access keys. From this menu, you can also generate a Secret Access Token to be used with MGS. To generate this token, click the dropdown menu for 'Choose Bucket to Generate Token', then select the IPFS filebase Bucket you intend to use.

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

Copy the generated Secret Access Token.

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


---

# 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.guardianservice.app/technical-information/tenant-admins/ipfs-storage-providers/filebase/setting-up-filebase.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.
