# Custom Pages

## What is a custom page?

A custom page is essentially a subpage with text. They can be used to gather different information for your project.

## What can a page be used for?

Examples of what a Page can be used for would be a place to collect any Server Rules, page with various external links, general text about partners or about the project history.

## Get started using custom pages:

**Follow this guide to start creating custom pages** [How To Create And Modify A Page](/custom-pages/how-to-create-and-modify-a-page.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.centox.io/custom-pages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
