# Page Break

The `<pageBreak>` tag forces a new page to start.

It can only be used within [\<body>](https://docs.atfinity.io/document-xml-adx/adx-elements/body).

## Example

```markup
<body ...>
  ...
  <pageBreak/>
  ...
<body>
```
