---
title: Advanced
description: Configure advanced routing options for Workers static assets, including custom path handling and fallback behavior.
image: https://developers.cloudflare.com/dev-products-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/workers/llms.txt  
> Use this file to discover all available pages before exploring further.

[Skip to content](#%5Ftop) 

# Advanced

Learn how to configure advanced routing options for the static assets of your Worker.

* [ Gradual rollouts ](https://developers.cloudflare.com/workers/static-assets/routing/advanced/gradual-rollouts/)
* [ HTML handling ](https://developers.cloudflare.com/workers/static-assets/routing/advanced/html-handling/)
* [ Serving a subdirectory ](https://developers.cloudflare.com/workers/static-assets/routing/advanced/serving-a-subdirectory/)

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/workers/","name":"Workers"}},{"@type":"ListItem","position":3,"item":{"@id":"/workers/static-assets/","name":"Static Assets"}},{"@type":"ListItem","position":4,"item":{"@id":"/workers/static-assets/routing/","name":"Routing"}},{"@type":"ListItem","position":5,"item":{"@id":"/workers/static-assets/routing/advanced/","name":"Advanced"}}]}
```
