# Create Bucket

A **Bucket** in cloud computing is a **container** used to store data.

* A bucket acts as a storage container that enables efficient storage, organization, and management of data.

Bucket > Create Bucket > Give Bucket Name > Click Create Bucket

* Click on the Create bucket

{% hint style="info" %}
Note:- Bucket names can be between 3 and 63 characters long including the \<USER\_NAME>.
{% endhint %}

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

Set the unique name.\
Select a region for your bucket.

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

After this, we can see the Review information like (User name, Bucket name, Region, Versioning, encryption)

**Bucket versioning :**

* Stores multiple versions of an object (file)
* Tracks changes made to an object over time
* Allows recovery of deleted or overwritten objects
* All versions are stored and can be recovered or reverted to.

**Encryption**:- Encryption refers to protecting data by converting it into an unreadable format.

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

To Apply the Tags to Bucket

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

Now the Review information about bucket, click on the Next.

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

Now, The bucket review displays details such as bucket name, owner, versioning, public access, creation date, and actions. \
Click on **Create Bucket** to create a new bucket. After successful creation, the bucket becomes visible in the list.&#x20;

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

Click on the **Actions** column located to the right of the specific bucket name. In the Actions section, options are available to manage the bucket, such as deleting the bucket, managing tags, and modifying bucket settings.

<figure><img src="/files/KiRE7Todk3i6LfPeSTO6" 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.zata.ai/manage/bucket/create-bucket.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.
