> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/backup-and-storage/ionos-object-storage/overview/working-with-object-storage.md).

# 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 CLOUD 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
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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/backup-and-storage/ionos-object-storage/overview/working-with-object-storage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
