# Pagination

By default Workbench shows **all** segments on a single page. You can split a project into pages of a fixed size using the **Per page** selector above the grid (5, 10, 25, 50, 100, 200, 500, or All).

### The default: All

New projects open with every segment shown. With recent performance work this is comfortable well into the thousands of segments.

The one exception is very large projects: a document with **more than 2000 segments** opens paginated at **500 per page** so the initial layout stays snappy. You can switch it back to **All** (or any other size) at any time with the **Per page** selector — your choice sticks for the rest of the session.

### Why you might still page

* Work through a long project in smaller review batches
* Keep the grid light on a low-spec machine or an enormous file

### Navigation

Use the pagination controls to move between pages.

#### Shortcuts

* **Page Up** → previous page
* **Page Down** → next page

:::note Go to Segment is pagination-aware: jumping to a segment on another page will switch pages automatically. :::


---

# 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://supervertaler.gitbook.io/help/editor-and-translation/pagination.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.
