> For the complete documentation index, see [llms.txt](https://hcdocs.voidem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hcdocs.voidem.com/configuration/v2.6+-pages.md).

# (V2.6+) Pages

As of V2.6 pages have been added. This means that you can now have a more organised and cleaner looking help menu.&#x20;

The following value can be changed to enable specific pages

```json
pagesEnabled: [1,2,3,4,5,6] # sets the pages that can be accessed
```

It should be noted that if you remove a page from pagesEnabled, the ones after it in the list will still be enabled. If a page is not in pagesEnabled then the prompt on the page before it will not be visible.

Versions 2.7+ can add unlimited pages, lower versions have a limit of 5.

**(REMOVED)** In V2.7, a field was added that specifies how many pages there are so it could calculate if you were on the last page, this has been removed in V2.8.

##
