# Working with Object Storage

<code class="expression">space.vars.ionos\_cloud\_object\_storage</code> provides a range of access options, including DCD, desktop applications, CLI tools, and an option to develop your application using API and SDKs.

## DCD

In the **DCD**, go to **Menu** > **Storage & Backup** > **IONOS Object Storage** to access Object Storage through the DCD. Here you can manage buckets, and objects, set access controls, and much more. To set up Object Storage, see [<mark style="color:blue;">Enable Object Storage access</mark>](/cloud/backup-and-storage/ionos-object-storage/get-started/setup-access.md#enable-object-storage-access).

## S3 tools

The Object Storage is fully compatible with S3, using which users can establish seamless integration of Object Storage with existing S3-compatible tools. A few of the popular GUI tools are Postman, Cyberduck, and S3 Browser; and CLI tools are AWS CLI, S3cmd, and rclone. For more information, see [<mark style="color:blue;">S3 Tools</mark>](/cloud/backup-and-storage/ionos-object-storage/s3-tools.md).

## API and SDKs

Being S3 compatible means you can use standard S3 API calls and SDKs with our storage solution. For more information, see [<mark style="color:blue;">IONOS Cloud Object Storage API Reference</mark>](https://api.ionos.com/docs/s3/v2/).


---

# 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.ionos.com/cloud/backup-and-storage/ionos-object-storage/overview/working-with-object-storage.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.
