> For the complete documentation index, see [llms.txt](https://docs.cloudimage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudimage.io/setup.md).

# Setup

- [Shortening URLs](https://docs.cloudimage.io/setup/shortening-urls.md): Making URL more semantic and SEO-friendly
- [Origin URL prefix](https://docs.cloudimage.io/setup/shortening-urls/origin-url-prefix.md): Using a single origin server for your files
- [Aliases](https://docs.cloudimage.io/setup/shortening-urls/aliases.md): Use short pre-defined aliases for different origin servers
- [Presets](https://docs.cloudimage.io/setup/shortening-urls/presets.md): Save combinations of commonly used image and video transformations in Presets
- [Rules](https://docs.cloudimage.io/setup/shortening-urls/rules.md): Apply transformation rules based on url pattern
- [Connecting storage bucket](https://docs.cloudimage.io/setup/connecting-storage-bucket.md): Using third-party origin file storage
- [Amazon S3](https://docs.cloudimage.io/setup/connecting-storage-bucket/amazon-s3.md): Public or authenticated Amazon S3 bucket
- [Google Cloud Storage](https://docs.cloudimage.io/setup/connecting-storage-bucket/google-cloud-storage.md): Public or authenticated GCP storage
- [Microsoft Azure Blob](https://docs.cloudimage.io/setup/connecting-storage-bucket/microsoft-azure-blob.md): Public or authenticated Microsoft Azure Blob
- [Basic authentication HTTP](https://docs.cloudimage.io/setup/connecting-storage-bucket/basic-authentication-http.md): Public or authenticated generic HTTP storage
- [Security](https://docs.cloudimage.io/setup/security.md): Securing your token, account and origin server
- [Token security](https://docs.cloudimage.io/setup/security/token-security.md): Protect your Cloudimage token from abuse
- [Domain whitelisting](https://docs.cloudimage.io/setup/security/token-security/domain-whitelisting.md): Allow fetching images only from a pre-defined list of origins
- [URL signature](https://docs.cloudimage.io/setup/security/token-security/url-signature.md): Protect your Cloudimage URLs from tampering
- [URL sealing](https://docs.cloudimage.io/setup/security/token-security/url-sealing.md): Secure part of your Cloudimage URLs against tampering
- [Account security](https://docs.cloudimage.io/setup/security/account-security.md): Multi-factor authentication to the Cloudimage Console
- [Origin security](https://docs.cloudimage.io/setup/security/origin-security-headers.md): Protect your origin with custom request headers


---

# 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.cloudimage.io/setup.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.
