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