> For the complete documentation index, see [llms.txt](https://hyperflow.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hyperflow.sygnal.com/apps/whats-new.md).

# Hyperflow Files

Features;

* Serve any static text file at any URL on your Webflow-hosted site

Use cases;

* Apple pay verification
* Google Adsense ads.txt setup&#x20;
* other verifications&#x20;

## Installation

Hyperflow Files is an independent worker, named `hf-files`.

## Usage Notes

### Define the file to serve

In the FILES KV store, add an entry to represent your file with the base domain and full file path.

e.g.;

```
mysite.com/.well-known/apple-developer-merchantid-domain-association
```

* Do not include the `https://` or `www` subdomain prefix.&#x20;
  * A subdomain can be specified if required
* Make sure to include the file extension if one is needed&#x20;
  * However all files will be served as plaintext MIME type&#x20;

As the value of the KV entry, paste in the full text content of the file

### Define your route

In your site's worker routes, add a route to the worker, e.g.;

```
*mysite.com/.well-known/apple-developer-merchantid-domain-association
```

To the `hf-files` worker.&#x20;

{% hint style="info" %}
If you have multiple files you need to configure this way, you can
{% 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:

```
GET https://hyperflow.sygnal.com/apps/whats-new.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.
