> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/templates/pages.md).

# 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](/developers/templates/assets.md)).

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](/developers/templates/assets.md).  |
| module.\*   | These pages are used to build the Sidebar modules of your store, and you can view more information within the [Sidebar Modules](/developers/templates/sidebar-modules.md) section. |
