# Supported tools

ColdStack supports several of the Amazon S3 HTTP API methods. This allows you to use not only ColdStack tools when working with the storage, but also popular tools for working with Amazon S3.

* GUI clients
  * [CyberDuck](/tools/supported-tools/cyberduck.md) (for Mac, Windows)
  * [S3 Browser](/tools/supported-tools/s3-browser.md) (for Windows)
* Console clients
  * [AWS CLI Console client](/tools/supported-tools/aws-cli-console-client.md)
* SDK
  * [AWS Java SDK](/tools/supported-tools/sdk/aws-sdk-for-java.md)
  * [Python SDK (boto)](/tools/supported-tools/sdk/python-sdk-boto.md)
  * [JavaScript SDK](/tools/supported-tools/sdk/javascript-sdk.md)

### Troubleshooting

#### Download fails or does not finish

Make sure that your client is configured to download files using **only one connection**. If you are using CyberDuck then take a look at our [CyberDuck manual](/tools/supported-tools/cyberduck.md). If you use another client and still have problems with download then try to contact our support.


---

# 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.coldstack.io/tools/supported-tools.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.
