> 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/shortening-urls/origin-url-prefix.md).

# Origin URL prefix

To make your Cloudimage URLs shorter and improve SEO, you can configure an *origin prefix*. For example, if your images are stored at the URL `https://hello.s3.aws.com/`, you can set up prefix URL:

<figure><img src="/files/HxvTrlSVtsOsV8QZhTfB" alt=""><figcaption></figcaption></figure>

When you use:

//<mark style="color:blue;">**token**</mark>.cloudimg.io/<mark style="color:red;">**photos/paris.jpg**</mark>?<mark style="color:orange;">**width=800**</mark>

Cloudimage will search the origin image at the URL:

<mark style="color:red;">**//hello.s3.aws.com/photos/paris.jpg**</mark>

By using the origin prefix, you can avoid exposing the URL of your media to users.

The *Origin URL prefix* will apply to all Cloudimage transformations for your token. Make sure that all your origin images are served from the *Origin URL prefix* domain. Should you have multiple source domains, then please use [aliases](https://docs.cloudimage.io/go/cloudimage-documentation-v7/en/domains-urls/aliases) instead.

{% hint style="info" %}
The Origin prefix will interfere with your Cloudimage Library stored assets. In order to use this feature in conjunction with the Cloudimage Library, please contact our support.
{% endhint %}

{% hint style="info" %}
If your origin server needs authentication, please refer to the [Connecting storage bucket](/setup/connecting-storage-bucket.md) section.
{% endhint %}


---

# 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/shortening-urls/origin-url-prefix.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.
