> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/storage/object-storage/how-tos/clients-and-tooling.md).

# Clients and tooling

***

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Use s3cmd with Object Storage</strong></td><td>A popular command-line tool for interacting with S3-compatible object storage solutions, including Glesys Object Storage.</td><td><a href="/pages/EgrRWlLt4O1ieUCsldIS">/pages/EgrRWlLt4O1ieUCsldIS</a></td></tr><tr><td><strong>Backups using Restic</strong></td><td>Restic is a free and open-source tool to create encrypted backups. As storage for Restic, you can use Glesys object storage.</td><td><a href="/pages/ULIrc0dnwD2iW4DhrXQm">/pages/ULIrc0dnwD2iW4DhrXQm</a></td></tr><tr><td><strong>Store WordPress media in Object Storage</strong></td><td>Since Glesys Object Storage is S3-compatible, it's possible to use WordPress Media Cloud with it.</td><td><a href="/pages/78DgiWL8cFX5cOJroKwm">/pages/78DgiWL8cFX5cOJroKwm</a></td></tr><tr><td><strong>Use Rclone with Object Storage</strong></td><td>Rclone is an open-source software for backups that supports S3-compatible storage solutions, such as Glesys Object Storage.</td><td><a href="/pages/Gm04B5Wsvpk54twMQFZ4">/pages/Gm04B5Wsvpk54twMQFZ4</a></td></tr></tbody></table>


---

# 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.glesys.com/products/storage/object-storage/how-tos/clients-and-tooling.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.
