> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/bot-settings/page-builder/add-new-page.md).

# Add New Page

Add a new page builder is not a complicated process, but there are certainly some things that need to be done if you want your page builder to be effective and good-looking.

To begin, you’ll need information about a product or service you want to advertise. The page builder you’re planning should be designed and written as an integral part of it.

In the upper right corner, click the **‘+New Page‘** button. Then, you will be directed to a page to add a new page, like the images below.

![Add New Page](/files/-MRZ09bTGFfWbctuvWtr)

**Component Explanation:**

| **Icon**                                                            | Name of Icon     | Description                                                                                                             |
| ------------------------------------------------------------------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/-MRZ1rKXu2yzdQo4591R" alt="" data-size="original"> | Info             | To view info of page builder, like ‘Page Id‘, ‘Page Name‘ and ‘Description‘.                                            |
| <img src="/files/-MRZ229rTxvxIlDkdyIl" alt="" data-size="original"> | Home             | Click on this icon if you want to return to the page management.                                                        |
| <img src="/files/-MRZ2tJeURDHESIaGdBc" alt="" data-size="original"> | New Page Builder | Click on this icon if you want to add a new page builder.                                                               |
| <img src="/files/-MRZ2VDTYMPE1QlgOdTy" alt="" data-size="original"> | Save             | Click on this icon if you want to save the page to the page management. You’ll be able to reuse it on the page builder. |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/bot-settings/page-builder/add-new-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
