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

# How-to

Connect your tools via S3 and use the storage as a backup destination. Here are the grouped tasks.

### Integration with S3 clients

<table 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>How to integrate an S3 client</strong></td><td>Connect any S3-compatible client to your repository.</td><td><a href="/pages/1366b156efa903f63366c129457b930d4467dae5">/pages/1366b156efa903f63366c129457b930d4467dae5</a></td></tr></tbody></table>

### Backups with QNAP

<table 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>How to back up QNAP to storage</strong></td><td>Send copies from your QNAP NAS to object storage.</td><td><a href="/pages/dc87e47e10b0bf870774ea5a0ef89f54a9b11343">/pages/dc87e47e10b0bf870774ea5a0ef89f54a9b11343</a></td></tr><tr><td><strong>How to map storage in QNAP</strong></td><td>Mount the object repository directly on your QNAP.</td><td><a href="/pages/0b47dc48ab621a2fafbc4945fe0b713760b2fe35">/pages/0b47dc48ab621a2fafbc4945fe0b713760b2fe35</a></td></tr><tr><td><strong>How to make a manual backup</strong></td><td>Start a manual backup from the QNAP NAS to storage.</td><td><a href="/pages/d19f70331f3644dcfc7128300650720de6ed958d">/pages/d19f70331f3644dcfc7128300650720de6ed958d</a></td></tr><tr><td><strong>How to sync QNAP with storage</strong></td><td>Set up a scheduled sync from QNAP to storage.</td><td><a href="/pages/1366b156efa903f63366c129457b930d4467dae5">/pages/1366b156efa903f63366c129457b930d4467dae5</a></td></tr><tr><td><strong>How to restore a backup to QNAP</strong></td><td>Restore a copy from object storage back to QNAP.</td><td><a href="/pages/37da53e03b536e683a41c75ec4809b2c6b674824">/pages/37da53e03b536e683a41c75ec4809b2c6b674824</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.plenit.com/docs-en/productos/object-storage/how-to.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.
