It depends on how the query is made. If it’s a custom query coded on a template page, you pretty much need to manage your own pagination, calculating the correct query offset based on the requested page. The handy page navigation template tags will not work correctly, you need your own variations.
If you can manage to get your request to work through the default main query by using the pre_get_posts action to alter the query vars, the default pagination used by your theme should work.
]]>