# Pages

Pages represent different landing points of your customers on your Tebex store. For example, when customers visit a category on your store, the category.html page will be rendered. For this reason, pages must be implemented in your templates and cannot be deleted (unlike [Assets](https://docs.tebex.io/developers/templates/assets)).

If you'd like access to a variable that is not currently available, [please let us know.](https://forms.monday.com/forms/8cbacdac7c30b725cd4617cbba0e5eeb?r=use1)

The only pages that are not accessible to the public are the following:

| Page        |                                                                                                                                                                                                      |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| layout.html | This is the global layout of your store that all pages extend from. You are able to create multiple layouts if you wish via creating an [Asset](https://docs.tebex.io/developers/templates/assets).  |
| module.\*   | These pages are used to build the Sidebar modules of your store, and you can view more information within the [Sidebar Modules](https://docs.tebex.io/developers/templates/sidebar-modules) section. |
