> 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/language/v2.6+-page-prompt.md).

# (V2.6+) Page Prompt

The pagePrompt part of the Language section (V2.6-V2.8.x) Go [here ](/configuration/language/v2.9+-page-prompt.md)for V2.9+

```yaml
pagePrompt:
  enabled: true
  pageNumberColour: 'GREEN'
  pageTextColour: 'GOLD'
  page: 'Page'
```

enabled: Sets whether the next/last page prompt shows at the bottom of the help page

pageNumberColour: Changes the colour of the number in the next page prompt (No HEX or gradients)

pageTextColour: Changes the colour of the text for the next page prompt (No HEX or gradients)

page: Changes the text displayed on the page prompt for the word page to allow it to be translated into other languages (Colour codes not accepted in this field)
