# Future

## RSS Asset Proxying

Webflow's RSS can contain image references as well;&#x20;

{% code overflow="wrap" %}

```html
<media:content url="https://uploads-ssl.webflow.com/5b763da3d25345967394ee90/5eff4af57f21002a6ba12327_How%20Much%20Sleep%20Debt%20is%20Good%20vs%20Bad_.png" medium="image"/><media:thumbnail url="https://uploads-ssl.webflow.com/5b763da3d25345967394ee90/5eff4af57f21002a6ba12327_How%20Much%20Sleep%20Debt%20is%20Good%20vs%20Bad_.png"/>
```

{% endcode %}

## User Monitoring

GA4 & GTM do a lot.&#x20;

CF Zaraz&#x20;

User-tracking ( cookie, UUID )&#x20;

Persistent settings, handled at RP?&#x20;

Monitoring files not coverably by script-based trackers

* e.g. RSS&#x20;

Raid monitoring, i.e. sequential images, bot download&#x20;

## Secure File access

* Auto replace e.g. PDF URL requests
* Option to secure them
  * Cookie-only access
    * Must have logged in successfully
      * Then login page has cookie
    * OR WUA gating&#x20;

## User Accounts Enhancements&#x20;

## JS & CSS known paths

Rather than Webflow CDN.&#x20;

## Response Headers

### `Hf-Hyperspeed-Tms`

* Change to UTC

## Debug mode

When a certain request header is included, handle requests specially.

Pass JSON config?&#x20;

## Editor?

## Image Optimizations

* Automatic WEBP conversion, without the need to run a tool
  * Idea for client-managed sites where you cannot control what assets they upload through the editor, e.g. to their blog&#x20;
* Automatic resizing options to prevent obscenely oversized client images&#x20;

## Image Enhancements

* Watermarking
* Upscaling&#x20;
* Inline SVGs - import from externally referenced files
  * Convert color to currentColor&#x20;

### Possible Image AI Enhancements

* Random image generation from keywords and page content&#x20;
* Depth maps for Fake 3D images&#x20;
* Special uses, e.g.;&#x20;
  * Automatically theme your team photos with variations, cartooning, manga, etc on a random basis.&#x20;

&#x20;


---

# 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://hyperflow.sygnal.com/hyperspeed/future.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.
