# Page Breaks

Page breaks are an excellent way to organize the steps in your web recording and the generated script.

### Introduction <a href="#pagebreaks-introduction" id="pagebreaks-introduction"></a>

In Web Session recordings, a page break is a separator entered into a recording to discern different pages (which typically consist of multiple URL calls) from each other.

Page breaks are used to provide reasonable divisions in the page flow, typically by adding a page break before each step of a workflow utilizing multiple web pages in a site.

### Add Page Break <a href="#pagebreaks-addpagebreak" id="pagebreaks-addpagebreak"></a>

| Start in a running recording:                                                                                                                                    |   |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| <p>To add a page break in the browser extension:</p><ul><li>Enter a <strong>Page Break Name</strong></li><li>Click  <strong>Insert Page Break</strong></li></ul> |   |
| The page break is inserted into the recording:                                                                                                                   |   |
| The Page break is added to the script, and can be viewed in the Zebra Tester GUI interface:                                                                      |   |
|                                                                                                                                                                  |   |


---

# 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://docs.apica.io/platform-docs/zebratester-scripting/zebratester-user-guide/1.-get-a-load-test-session/recording-web-surfing-sessions-with-zebratester/recording-extension/page-breaks.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.
