# Page Routing >![](../../public_sys-resources/icon-notice.gif) **NOTICE:** >Page routing APIs can be invoked only after page rendering is complete. Do not call the APIs in **onInit** and **onReady** when the page is still in the rendering phase. ## Module to Import ``` import router from '@system.router'; ``` ## Required Permissions None. ## router.push push\(Object\): void Navigates to a specified page in the application based on the page URL and parameters. - Parameters
URI of the page to return to. If the specified page does not exist in the page stack, the app does not respond. If this parameter is not set, the app returns to the previous page. |