# Pagination The pagination section in collections provide mechanisms to fetch additional data. The `previous` and `next` links provide access to the corresponding pages in the collection. You can override the default `per_page` value by providing an appropriate value in the URL query parameter. For example, ``` GET https://api.rm.smartsheet.com/api/v1/users?per_page=100&page=3 ``` per_page should not exceed 1000 rows.