# PeopleVox pagination method

## Overview

This pagination method has been developed specifically for PeopleVox. It should not be used with other systems. &#x20;

## Limit-offset options

<table><thead><tr><th width="284">Option</th><th>Summary</th></tr></thead><tbody><tr><td>Limit</td><td>Enter the number of items to be returned per page. For example: <code>50</code>.</td></tr><tr><td>Total count tag field</td><td>The name of the PeopleVox response field which contains the total number of records available. For PeopleVox this is <code>TotalCount</code>.</td></tr></tbody></table>


---

# 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://doc.wearepatchworks.com/product-documentation/developer-hub/connector-builder/building-your-own-connector/4-endpoints/endpoint-options/pagination/peoplevox-pagination-method.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.
