> For the complete documentation index, see [llms.txt](https://docs.scaleflex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scaleflex.com/dynamic-media-optimization-dmo/settings/asset-origin.md).

# Asset Origin

Your default Library storage is defined in the **Library > Storage** configuration page.\
However, you can optionally configure external storage providers as Origin sources for your assets. Once configured, these external storage providers will be hidden behind an alias within your dynamically optimized URLs.

{% hint style="info" %}
The **Alias** makes it easier to manage links across platforms or to hide complex paths.
{% endhint %}

## List of supported external Storage providers:

1. [AWS S3 or any other S3-compatible storage provider](/dynamic-media-optimization-dmo/settings/asset-origin/aws-s3-or-any-other-s3-compatible-storage-provider.md)
2. [Google Cloud storage (GCP)](/dynamic-media-optimization-dmo/settings/asset-origin/google-cloud-storage-gcp.md)
3. [Azure Blob storage](/dynamic-media-optimization-dmo/settings/asset-origin/azure-blob-storage.md)
4. [Own HTTP-based Storage](/dynamic-media-optimization-dmo/settings/asset-origin/own-http-based-storage.md)


---

# 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.scaleflex.com/dynamic-media-optimization-dmo/settings/asset-origin.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.
