# Storing Objects in a Bucket

**Open the Bucket**\
Go to the Bucket List and click on the bucket where you want to store your objects.

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

There are two ways to upload files and folders in Zata. You can upload a file directly into the bucket, or you can first create a folder and then upload files inside that folder. This helps in organizing data in a structured manner.

**Upload File Directly**\
Click on the **Upload File** button. A panel will appear where you can either drag and drop files or browse and select files from your system. After selecting the file, the upload process will start automatically.\
\
**Create Folder First (Optional Method)**\
If you want to organize your data, click on **Create Folder**, enter the folder name, and submit.

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

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

After selecting the file to click on the upload file then, uploading will start.

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

After uploading the files we can see details of objects like File name, File type, Size, and Last Updates and actions.

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

**Object Actions in Zata**

For each object, an Actions menu is available that allows you to perform basic operations. The following options are currently supported:

* **Share** – Used to generate a temporary presigned URL to provide secure access to the object for a limited time.
* **Download** – Used to download the selected object to the local system.
* **Delete** – Used to permanently remove the object from the bucket.

<figure><img src="/files/vPf3jpofY1jizKicW44i" 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/storing-objects-in-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.
