# App Builder: Pages

## What are App Builder pages?

Apps consist of *pages.* Pages are made up of *components* like images, text, forms, tables, and charts. Every app's info page will contain a **Pages** section where all the default pages made by Rewst for that app will be listed. Each app you create will automatically have both a **home** and **login** page. Both are customizable. Note that you can only have one home and one login page per app.

{% hint style="info" %}
For more on authentication for App Builder using the login page, see our App Builder authentication documentation [here](/documentation/app-builder/authentication.md).
{% endhint %}

<figure><img src="/files/J2QzhcOOEGRVBZEwVwdY" alt="Screenshot of the App Builder page for the app “mymeowtest2” in Rewst, showing a dark-themed interface with a left navigation menu, the app domain link, tabs for Pages, App Settings, and Custom Components, and a Pages table listing page names, paths, update details, and action controls."><figcaption><p>An example of the pages list inside an app in App Builder</p></figcaption></figure>

## Create a new App Builder app page

1. Click **+ Create New Page** In the info page for your app.
2. Enter a **Name** for the page. The **Path** field will automatically populate based on the name you enter.
3. Choose the preset for the page from the options in the **Page Preset** drop-down selector:
   1. **Blank**
   2. **Basic**
   3. **FAQ Page**
   4. **Grid**
   5. **Home**
   6. **Pricing Template**
   7. **Request Portal**
   8. **Two Column Layout**

<figure><img src="/files/5iilAIzvzQdLjch7MpdT" alt=""><figcaption></figcaption></figure>

4. Click **Create**.

## View and edit pages in an app

1. Navigate to **App Builder > Apps** in the left side menu of your Rewst platform.
2. Click on the app you wish to work on in your total app list.
3. The screen that appears is the info page for that app. It contains a list of all pages within the app.
4. Click **>** to open the Page Builder Canvas for that page. The Page Builder Canvas is where you can add, edit, and remove components for that page.

<figure><img src="/files/S3gc4LZjDpbE0hmvDFAb" alt=""><figcaption><p>An example of the Page Builder for an app</p></figcaption></figure>

## Delete a page

1. Navigate to **App Builder > Apps** in the left side menu of your Rewst platform.
2. Click on the app from the list to view your app details.
3. Click ⋮ next to the page you want to delete.<br>

   <figure><img src="/files/9jazxUDpU29mHjrHYXOL" alt=""><figcaption></figcaption></figure>
4. Click **Delete**.
5. Click **I want to delete this page**.
6. Read through the warning message on the dialog that appears.
7. Click **I have read and understand these effects.**
8. Enter the text shown on the dialog into the confirmation field.
9. Click **Delete**. If successful, a green confirmation dialog will appear at the top center of your screen.

{% hint style="danger" %}
Once a page is deleted, it cannot be recovered.
{% endhint %}

{% hint style="info" %}
If you have suggestions for new App Builder features, or general feedback about your experience using this part of Rewst, submit your thoughts to our [Canny](https://rewst.canny.io/app-builder).
{% endhint %}


---

# 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.rewst.help/documentation/app-builder/app-builder-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.
