# Overview Deka Box

On the Deka Box page in the Service Portal AI, click the More button then select Show Details.

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

<figure><img src="/files/6acZJg7mh3HOc4VfN60b" alt=""><figcaption></figcaption></figure>

On the **Deka Box Overview** page, several features are available, including:

1. **Total Usage** which displays the total storage capacity used in the bucket compared to the total available quota.
2. The [**Add Bucket** ](/deka-box/overview-deka-box/add-bucket.md)button is used to create a new bucket within the Deka Box. A bucket serves as a container to store objects (files/data).
3. A **Bucket** is used to store data or objects in the object storage service. The bucket display includes the following information:
   * **Object Count** shows the total number of objects or files currently stored in the bucket.
   * **Usage** indicates the total storage capacity used by the bucket, measured in gigabytes (GB).
   * **Region** displays the data center location where the storage is hosted.
   * **S3 URL** is the S3-style endpoint URL that you can use to access the bucket.
   * **Site** shows the type of bucket deployment site. “Dual-region-basic” means that data is stored in two separate locations for redundancy.
4. The [**CORS Settings**](/deka-box/overview-deka-box/cors-settings.md) button is used to configure Cross-Origin Resource Sharing (CORS).\
   CORS is used when you want to access the bucket from a web application hosted on a different domain than the Cloudeka bucket domain.
5. The [**Delete Bucket**](/deka-box/overview-deka-box/delete-bucket.md) button is used to remove a bucket that is no longer needed from the Deka Box you created.


---

# 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.cloudeka.ai/deka-box/overview-deka-box.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.
