# Create Bucket

A bucket is a storage container for holding data objects, like files and folders, within a cloud storage service. It's used to organize and manage data, making it easier to access and retrieve.

### To create buckets follow these steps.

Navigate to the NeevCloud dashboard, select the object storage section, and click on the top of the right corner to create a bucket.

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

Specify the name of the bucket.

{% hint style="info" %}

* Bucket names must be between 3 (min) and 63 (max) characters long.
* Bucket names can only of lowercase letters, dots (.), and hyphens (-).
* Bucket names should be unique names.
  {% endhint %}

Set your bucket visibility: Buckets are private by default upon creation.

{% hint style="info" %}
Ensure you enable the toggle button so your object is visible publicly.
{% endhint %}

<figure><img src="/files/PTV4x4TG3l359OQKp1Cv" 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.neevcloud.com/neevcloud-products/storage/object-storage/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.
