> For the complete documentation index, see [llms.txt](https://clients.medianova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clients.medianova.com/products/performance-cdn/static-content-delivery/advanced-configuration/page-rules.md).

# Page Rules

Page Rules trigger one or more actions on an incoming request to Medianova CDN whenever a defined URL pattern is matched.

Page Rules are available in the [Medianova Panel](https://cloud.medianova.com/) for any CDN resource in the Page Rules tab.

Available [settings for Page Rules](/products/performance-cdn/static-content-delivery/advanced-configuration/page-rules/page-rules-settings.md) include Cache Type, Custom Header, Geoblocking and more.

### Availability

Page Rules can be configured foror CDN resources of type Small, Dynamic, Large & VOD.

The default number of allowed page rules depends on the package as shown below.

|                 | Free | Pro | Business | Enterprise |
| --------------- | ---- | --- | -------- | ---------- |
| Availability    | Yes  | Yes | Yes      | Yes        |
| Number of rules | 5    | 30  | 50       | 125        |

### Priority Order Matters

Only one Page Rule will trigger per URL, that is the the matching page rule with the highest priority.

In the Medianova Panel, Page Rules are sorted top-to-bottom from highest priority to lowest priority. For this reason, we recommend ordering your rules from most specific to least specific.


---

# 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, and the optional `goal` query parameter:

```
GET https://clients.medianova.com/products/performance-cdn/static-content-delivery/advanced-configuration/page-rules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
