# Page Break

If you are generating an **item level document** and want each item (including the SubItem table) to start on a new page, you can add a page break to your document.

Here´s how it works:

1. Open your .docx template in Microsoft Word.
2. **Highlight the {{TableEnd:Items}}** placeholder located below your SubItems table.
3. Right-click it and select **'Paragraph'.**
4. In the dialog that opens, go to the **'Line and Page Breaks'** tab.
5. Under ‘**Pagination**', enable the option '**Page break before'**.

Of course, you can place the page break somewhere else if you're not using a SubItems table – for example, below the Item table.

<figure><img src="/files/BezdEJdpHcz4hciOn3Nj" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.docexport.com/template/advanced-options/page-break.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
