# CMS Kit: Pages CMS Kit Page system allows you to create dynamic pages by specifying URLs, which is the fundamental feature of a CMS. ## Enabling the Pages Feature By default, CMS Kit features are disabled. Therefore, you need to enable the features you want, before starting to use it. You can use the [Global Feature](../../Global-Features.md) system to enable/disable CMS Kit features on development time. Alternatively, you can use the ABP Framework's [Feature System](https://docs.abp.io/en/abp/latest/Features) to disable a CMS Kit feature on runtime. > Check the ["How to Install" section of the CMS Kit Module documentation](Index.md#how-to-install) to see how to enable/disable CMS Kit features on development time. ## The User Interface ### Menu items CMS Kit module admin side adds the following items to the main menu, under the *CMS* menu item: * **Pages**: Page management page. `CmsKitAdminMenus` class has the constants for the menu item names. ### Pages #### Page Management Pages page is used to manage dynamic pages in the system. ![pages-page](../../images/cmskit-module-pages-page.png) You can create or edit an existing page on this page. ![pages-edit](../../images/cmskit-module-pages-edit.png) When you create a page, you can access the created page via `/{slug}` URL.