---
id: pages
title: Pages
---
Pages allow you to have multiple pages in a single application, making your ToolJet applications easier to navigate and more user-friendly.
### Settings
- You can use the settings option to customize the page navigation sidebar for your app.
- Click on the settings button and a new panel will open on the right.
#### Properties Tab
- **Collapsable**: This option allows you to make the page navigation sidebar collapsible.
- **Style**: Choose whether you want to display Text only, Text + icon, or Icon only on the page navigation sidebar.
- **Hide page menu in viewer mode**: This option lets you hide the page navigation sidebar in viewer mode.
#### Style Tab
- You can use the style tab to customize the page navigation sidebar.
### Pin
- By default, the panel will close when you click outside the panel. You can pin the **Pages panel** from the **Pin** button and the panel won't close until you **unpin** it.
### Page Handle
Page Handle is the slug that is added at the end of the application URL. By default, the page handle is the name of the page in lowercase and with spaces replaced by hyphens. You can change the page handle by clicking on the **Edit** symbol next to the page handle.
### Rename
Rename option will allow you to rename the page. Renaming a page will not change the slug/page handle.
### Mark Home
Mark home option can be used to make a page the default landing page of the application. When you open the application, the page marked as home will be the first page that you see.
### Hide Page on app menu
Hide Page option can be used to hide a page from the **page navigation sidebar** in viewer mode. You can go to the options again and **unhide** the app from the **page navigation sidebar**. Page marked as **home** cannot be hidden.
### Duplicate
The duplicate page option allows you to create and add a copy of the page in the pages list. The duplicated page will be an exact replica of the original page.
### Event Handlers
Like other ToolJet components, pages can also be attached to event handlers. For pages, the **On page load** event is available. You can use all the available actions for this event, along with the new actions added specifically for Pages.
- **[Switch Page](/docs/actions/switch-page)**
- **[Set Page Variable](/docs/actions/set-page-variable)**
- **[Unset Page Variable](/docs/actions/unset-page-variable)**
### Disable Page
Disable Page Option can be used to disable a page. A disabled page won't be accessible in the viewer mode.