> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/3.pages.md).

# Page Settings

{% hint style="info" %}
Pages on Frontend Builder are useful for services that has several layouts.
{% endhint %}

### Add Pages

To add new pages, click "**Tambah Halaman**" (Add Page) button on the right side of the page.

### Change Pages

To change pages, click the selected page that you want to configure.

<figure><img src="/files/QhnSV0ttOfmZ5nOjhVmu" alt=""><figcaption></figcaption></figure>

### Edit Page

To change the name of a page, click on the **Pencil** icon on the page.

<figure><img src="/files/Yo35q3BJn3YnEWM30PKa" alt=""><figcaption></figcaption></figure>

### Delete Page

To delete the page, click on the "**Trash**" on the page.

<figure><img src="/files/22IGeZjgPskqQTOAlrPq" alt=""><figcaption></figcaption></figure>

### Connecting Pages Through Widgets

To change between pages on the service, you can use **Widget** button that has the options **Action on Click**. Below is the configuration example.

<figure><img src="/files/GMnAua5CjWB1Lcvv79Vg" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Here, you have successfully configure a page on frontend.
{% endhint %}


---

# 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://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/3.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.
