# Create a Bucket

To create a new bucket within a specific storage account and region:

Step 1: On the **Storage** dashboard, click the **Create a Bucket** button.

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

Step 2: In the **Create a Bucket** window:

* Select the **Storage Account** (e.g., Amove-Global).

<figure><img src="/files/8Plx9SNTbakK0D86VCf9" alt=""><figcaption></figcaption></figure>

* Choose a **Region** (e.g., Los Angeles).

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

* Provide a **Bucket Name** (bucket names can contain lowercase letters, numbers, hyphens (-), and periods (.)).

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

Step 3: Toggle the following options as necessary:

* **Default Encryption**: Enable this to encrypt all objects in the bucket by default.
* **Versioning**: Enable to retain older versions of objects within the bucket. These versions can be restored as needed.
* **Object Locking**: Enable this feature to prevent modification or deletion of objects for a set time duration.

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

Step 4: Click **Create Bucket** to finalize the bucket creation.

<figure><img src="/files/1ySqH1wi7GawzYRDvtiC" alt=""><figcaption></figcaption></figure>

**Note:** The **Versioning** and **Object Locking** features are not available for buckets created in the **Scale** tier storage.


---

# 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.amove.io/amove-storage/create-a-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.
