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

# URL Filters

> Generate localized URLs, asset paths, and HTML tags

| Filter                 | Description                | Example                                                          |
| ---------------------- | -------------------------- | ---------------------------------------------------------------- |
| `localized_url`        | Add locale prefix to URL   | `{{ product.url \| localized_url }}` → `/en/products/my-product` |
| `url_encode`           | URL-encode a string        | `{{ 'hello world' \| url_encode }}` → `hello+world`              |
| `url_escape`           | Escape URL characters      | `{{ url \| url_escape }}`                                        |
| `handle` / `handleize` | Convert to URL-safe handle | `{{ 'My Product!' \| handle }}` → `my-product`                   |
