# New Web Page

In this section, you will learn how to **create a new Web application and design a Web page** using ONEWEB.\
The process begins in **AppSpace** and continues seamlessly into **Page Designer**, where the page layout and UI are created.

***

### Purpose of This Section

This section explains how to:

* Create a **Web Application** using AppSpace
* Navigate to the application components area
* Create a new Web page
* Automatically launch **Page Designer** to begin page design

This is the standard workflow for building **HTML‑based web pages** in ONEWEB.

***

### Step‑by‑Step: Create a New Web Page

***

#### Step 1: Create a New Application in AppSpace

1. Log in to **AppSpace**
2. Click the **Create New App** button

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FrlDYc2rptLCcKzLngHnD%2Fimage.png?alt=media&#x26;token=904c0ca2-16d5-4374-a3c1-bb2b9c483535" alt=""><figcaption></figcaption></figure>

***

#### Step 2: Select Web Application Type

When creating the application:

1. Choose **Web Application** as the platform
2. Enter the required application details
3. Review the configuration

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FiDwY0TsN2y3GfV6qGzV0%2Fimage.png?alt=media&#x26;token=0bf7f7f3-70ca-4771-ab14-ca561bc667ce" alt=""><figcaption></figcaption></figure>

***

#### Step 3: Create the Application

1. Click **Create New Application**
2. ONEWEB creates the Web application
3. The system redirects you to the **Application Components** page

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2Fax0kt8jg6lAgfljklUgW%2Fimage.png?alt=media&#x26;token=c957e5ba-c982-4fb2-bc98-67d396a9c3f7" alt=""><figcaption></figcaption></figure>

***

#### Step 4: Create a New Page

1. From the Components page, click the **Create Pages** icon

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FUryK4Nd7IiFwQYunAVuf%2Fimage.png?alt=media&#x26;token=cdb970af-2a90-4c43-a398-d4c1889f6c4d" alt=""><figcaption></figcaption></figure>

***

#### Step 5: Enter Page Details and Start Design

1. Enter the required **Page Details** (such as page name)
2. Click **Start Design**
3. AppSpace automatically redirects you to **Page Designer**

At this point, you are ready to begin designing your **Web Page**.

***

### What Happens Next

Once **Page Designer** opens, you can:

* Design responsive web layouts
* Add containers, rows, and columns
* Insert UI components (forms, buttons, text, etc.)
* Bind data and configure interactions
* Preview and refine your web page

***

### Summary

Creating a new Web page in ONEWEB involves:

* Creating a **Web Application** in AppSpace
* Navigating to the **Components** section
* Creating a new Page
* Automatically launching **Page Designer** for UI design

Key takeaways:

* Web pages are created inside Web Applications
* AppSpace manages application and page lifecycle
* Page Designer handles visual UI design
* No HTML or web‑design expertise is required

This workflow allows users to move efficiently from **application setup** to **web page design** using ONEWEB.


---

# 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.onewebstack.com/designer-reference/page-designer/create-a-new-application/new-web-page.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.
