> 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/developers-headless/headless-dam/media-asset-widget-maw/overview.md).

# Overview

### Features <a href="#od_4541388c" id="od_4541388c"></a>

Some of the key capabilities of the Widget are:

* Single and multi-file uploads into the DAM
* Optimized for mobile
* Upload via Drag & Drop or Copy & Paste
* Upload from 3rd party storages such as Google Drive, Dropbox, OneDrive, Facebook, Instagram
* Webcam and screencast integration to upload real-time videos and screen recordings
* File explorer and media gallery with file management capabilities (folder creation, file move, rename, ...)
* Zipped download of multiple files
* File versioning with history, version browsing
* File and media asset sharing via accelerated CDN links
* Media gallery with powerful search capabilities based on tags and customizable metadata (taxonomy)
* AI-based tagging of images
* Embedded Filerobot Image Editor for inline image editing
* Image annotator and comments for collaboration
* Image variant generator with customizable template to generate optimal sizes for social media posts (example)
* Native support of [Blurhash](https://blurha.sh/) from our friends at Wolt for compact representation of a placeholder for an image
* Post-upload video transcoding for delivering HLS & DASH playlists for adaptive streaming
* On-the-fly image resizing via [DMO](/dynamic-media-optimization-dmo/welcome.md)

### Demo <a href="#od_4541388c" id="od_4541388c"></a>

A demo page of the FMAW with all modules enabled is available [here](https://scaleflex.cloudimg.io/v7/plugins/widget/v4/demo/index.html).


---

# 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/developers-headless/headless-dam/media-asset-widget-maw/overview.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.
