# MixItUp Pagination
MixItUp Pagination is a premium extension for the MixItUp 3, adding dynamic and responsive client-side pagination to filterable and sortable content.
### Features
- Paginate through **filtered** and **sorted** content
- Real-time page limit configuration – ideal for **responsive** grids
- Real-time **dynamically generated controls** and **page statistics** based on the current filter, sort, and page limit values
- New API methods
- New configuration options
### Uses
- Increase usability and reduce excessive scrolling when dealing with large datasets
- Provide visual feedback about content to users as they filter and sort
### Limitations
- Client-side only - the entire target collection must exist in the DOM
*NB: If you're looking to integrate server-side ajax pagination with MixItUp, consider using MixItUp 3's Dataset API.*
## Get Started
### Installing Extensions
Premium extensions are not publicly available via GitHub or NPM and must therefore be downloaded from your KunkaLabs account after purchase. Once downloaded they can be included in your project in a directory of your choosing, and then required as modules, or globally via a script tag.
#### Script Tag
If using a script tag, you simply need to load the pagination distribution script (i.e. `mixitup-pagination.min.js`) **after** mixitup, and the extension will automatically detect the `mixitup` global variable and install itself.
```html
...