# Work with Objects

To store your data in OORT Storage, you work with resources known as buckets and objects. A *bucket* is a container for objects. An object is a file and any metadata that describes that file.

To store an object in OORT Storage, you create a bucket and then upload the object to a bucket. You can open, download, and copy the object once it's in a bucket. You can delete any unneeded objects or buckets.&#x20;

{% content-ref url="/pages/mlvRAbAm9viEBRc2ZdOz" %}
[Objects Overview](/oort/oort-storage/manage-storage/work-with-objects/objects-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/UGlhnxs7NlPxhrqLojaL" %}
[Object Keys](/oort/oort-storage/manage-storage/work-with-objects/object-keys.md)
{% endcontent-ref %}

{% content-ref url="/pages/gI9P6iwgncJARnEEftvW" %}
[Upload Objects](/oort/oort-storage/manage-storage/work-with-objects/upload-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/k8Mrl3opfY4gtKhH54NM" %}
[Download Objects](/oort/oort-storage/manage-storage/work-with-objects/download-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/NsB1IMxJipvZPqtD5iqq" %}
[Delete Objects](/oort/oort-storage/manage-storage/work-with-objects/delete-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/BTJlJlF5HKRuOXD5p4b3" %}
[Share Objects](/oort/oort-storage/manage-storage/work-with-objects/share-objects.md)
{% endcontent-ref %}

{% content-ref url="/pages/8gpud55RLMk27wLmo1O4" %}
[Use Folders](/oort/oort-storage/manage-storage/work-with-objects/use-folders.md)
{% endcontent-ref %}


---

# 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.oortech.com/oort/oort-storage/manage-storage/work-with-objects.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.
