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

# Manage Pages

The Manage Pages area is designed to give you an overview and basic site-map of all the [pages ](/blocworx-documentation/page/page-overview.md)on your system.\
\
It is a useful way to access pages or edit them instantly without having to figure out where they are located.

{% hint style="success" %}
**Hint:** In your list of pages under "All Pages" it is possible to see the hierarchy of pages but looking at the » symbol. In the example below, you can see "Child Page" is a sub page of "Parent Page"
{% endhint %}

It is also possible to create new pages from this area.<br>

{% hint style="danger" %}
**Note:** If you decide to create a page from here and you do not give it a location (i.e. a Parent Page and Section, or in the Side Menu) then it will be only accessible from this area.&#x20;
{% endhint %}

![](/files/-MZXjugFpyhTu-6tv0_l)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://manual.blocworx.com/blocworx-documentation/page/manage-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.
