> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/5.storage/1.started.md).

# Storage

Maksud dari Storage ini adalah sebagai wadah untuk menyimpan file-file apa saja yang akan di upload saat sedang membuat maupun dalam proses penggunaan layanan. file yang bisa disimpan dapat berupa file image, pdf, docs, dll.

## Manfaat

* Keamanan: Pada fitur storage ini menyediakan autentikasi untuk melindungi data yang anda simpan
* Kemudahan: Dengan adanya fitur storage ini anda sebagai developer tidak perlu dipusingkan lagi untuk menyiapkan server external untuk data-data statis yang akan anda upload atau anda simpan

## Fitur

Terdapat 5 fitur untama yang disediakan, yaitu:

* Upload Item
* Akses konten item dalam bentuk URL
* List akses konten
* Update konten
* Delete konten


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.quantumbyte.ai/home/quantumbyte-v2.0/5.storage/1.started.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.
