Hi Kapil
I assume you looking for a feature like shown below :

I doubt if we have out of the box option to include pagination features to various pages within a web-application or an online survey.
However, in order to achieve what I have shown above, you would need to create a link structure manually in the source code of each page and include below parameters to the anchor(a) tag :
1. target="_self" data-nl-type="action" data-nl-action="previous" : To take user to the previous page on click.
2. target="_self" data-nl-type="action" data-nl-action="next" data-nl-transition="next" : To take user to next page on click.
See the example source code below :

NOTE : The above code/example is for demonstration purpose only. You will need to customize the source code per your requirement.
Please let me know in case this helps.
Kind Regards
Anshul Sharma