# 5.2 Deep Dive: Page Configuration & Settings

In the **Pages** tab, you'll see a list of your app's pages. Here, you can:

* **Create a new page**
* **Edit an existing page** from the list
* **Duplicate a page** using the ellipsis dropdown menu on the right side of each page row. This dropdown also includes options to **Preview** and **Delete** a page for your convenience.

Clicking on a page in the list redirects you to it. On the top header of the page, you can:

* **Edit the page name**
* **Preview** the page
* **Save** changes
* **Duplicate** or **Delete** the page
* **Rollback** to any previous version.


---

# 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.klai.studio/getting-started/ide-quick-tour/environment/pages-deep-dive.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.
