# 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 %}
