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

# Bunny CDN

> Deliver content globally with smart caching, edge rules, and real-time analytics.

<img src="https://mintcdn.com/bunnynet-cb9733c2/KUGDiHKuZDVZgg_Z/images/cdn/cdn.png?fit=max&auto=format&n=KUGDiHKuZDVZgg_Z&q=85&s=2287fd9d7c90ff547834aadf3ff1d5c0" alt="bunny.net CDN" width="1030" height="520" data-path="images/cdn/cdn.png" />

Bunny CDN accelerates your websites, applications, and media by caching and delivering content from edge locations closest to your users. With servers spanning six continents, your content reaches audiences faster while reducing load on your origin server.

<Card title="CDN Quickstart" href="/cdn/quickstart" icon="rocket" horizontal />

## Key features

* **Global edge network**: Over 100 points of presence deliver content from the nearest location to each user
* **Smart caching**: Intelligent cache management with configurable durations, query string handling, and vary headers
* **Origin Shield**: Protect your origin server by consolidating requests through a single shield location
* **Edge Rules**: Customize request handling, set headers, rewrite URLs, and implement redirects at the edge
* **Token authentication**: Secure your content with signed URLs and time-limited access tokens
* **WebSocket support**: Enable real-time bidirectional communication for interactive applications
* **Perma-Cache**: Store content permanently at the edge for maximum cache hit rates
* **Logging and analytics**: Access detailed logs via API, forward to storage, or enable permanent log retention

## How it works

A Pull Zone connects your origin server to the Bunny CDN network. When a user requests content:

1. The request routes to the nearest edge location
2. If cached, the content serves immediately from the edge
3. If not cached, the edge fetches from your origin, caches the response, and delivers it

This reduces round-trip time and offloads traffic from your infrastructure.
