# Guides

## Bucket App

Upload, browse, and manage all your files through the app interface. All files uploaded are published to IPFS and Arweave.

To get started, go ahead and [log in](https://dashboard.4everland.org/login) to your 4EVERLAND account, where you will see your account dashboard.

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

## Upload Folders and Files <a href="#upload-folders-and-files" id="upload-folders-and-files"></a>

Go to the 4EVERLAND Bucket and **create a new Bucket.**

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

{% hint style="info" %}
**If you need to sync this Bucket file to an AR, turn on the ‘Sync to AR’ button.**
{% endhint %}

By clicking on the upload button, you can choose to upload in the following ways: Select a File, Folder, or CID (Content Identifier).

{% hint style="info" %}

* **File**: 4EVERLAND allows you to upload any type of file including image files, video files, music files, text files, apps—anything you can imagine.
* **Folder**: You can upload an entire folder of content that you want to store and manage, including a collection of marketplace assets like videos, images or app files.
* **CID:** A content Identifier (also referred to as a CID) is a unique string of letters and numbers which represents a piece of data, and in the case of NFTs, proves that the NFT is really yours. A CID cannot be changed once in the IPFS network without changing the content attached to the CID as well.&#x20;
  {% endhint %}

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

Choose what you would like to upload, and press upload.&#x20;

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

## View the Bucket, Folders, or Files <a href="#view-the-bucket-folders-or-files" id="view-the-bucket-folders-or-files"></a>

You can view your bucket, folders, or files via the 4EVERLAND Storage URL or directly on the 4EVERLAND gateways (With Hash/CID).

{% content-ref url="/pages/tP56ntLVwJgRxsKV8sEA" %}
[Gateways](/gateways/ipfs-gateway.md)
{% endcontent-ref %}

## View File Details <a href="#view-file-details" id="view-file-details"></a>

When you open an individual file you can see details about that particual file including the Image Preview, Object URL, Name, Size, and the IPFS Hash.

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

## Snapshots <a href="#other-actions" id="other-actions"></a>

Make a snapshot of your folders, each version corresponds to a unique IPFS CID. Welcome! NFT artists!&#x20;

{% content-ref url="/pages/RTugw9SVWaK6BPcByl2o" %}
[Get Root CID - Snapshots](/storage/bucket/ipfs-bucket/get-root-cid-snapshots.md)
{% endcontent-ref %}

## Domain

Select a Bucket and add a domain to it.

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

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

## Fragments

The fragmentation management centre, where you can delete some of the files that were previously uploaded intermittently or incorrectly to better plan your storage space.

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

## Sync to AR

Select any file or folder and click the ‘Sync to AR’ button to sync the file to Arweave.

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

You may need some time to get the AR Hash.

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

## Access Keys

Use the API key for Storage SDK.

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

## Other Actions <a href="#other-actions" id="other-actions"></a>

Files can be downloaded and deleted. You may select multiple files and then choose delete from the Options menu if you want to delete them all at once.

{% hint style="info" %}
If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}


---

# 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.4everland.org/storage/bucket/guides.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.
