# Create a New Application

In this section, you will learn how to **create a new application and design a page from scratch** using ONEWEB.

Starting from **version 4.0.0.19 and higher**, applications can be created **only through AppSpace**.\
Once an application is created, users can then create one or more **Pages** within the application. After a page is created, **AppSpace automatically redirects the user to Page Designer**, where the actual page design process begins.

***

### Purpose of This Section

This section is designed to help you understand:

* How to create a new application in AppSpace
* How to create a page within an application
* How Page Designer is launched automatically after page creation
* How to build pages for both **Web** and **Mobile** applications

This forms the starting point for all UI development using Page Designer.

***

### Application and Page Creation Flow

The high‑level flow for creating a page is as follows:

1. Create an application in **AppSpace**
2. Create a new page inside the application
3. AppSpace redirects to **Page Designer**
4. Design the page using Page Designer tools

This workflow ensures a clear separation between:

* **Application management** (AppSpace)
* **Page design** (Page Designer)

***

### Web and Mobile Application Support

ONEWEB supports the creation of pages for both:

* **Web Applications**
* **Mobile Applications**

During application creation, users can choose the appropriate application type.\
The same overall process applies to both platforms, with Page Designer adapting to the selected target (web or mobile).

***

### What You Will Learn Next

In the following sections, you will learn:

* How to create a Web Application in AppSpace
* How to create a Mobile Application in AppSpace
* How to add and manage pages within an application
* How to start designing pages using Page Designer

These steps will guide you from **application setup** to **UI design** seamlessly.

***

### Summary

Creating a new application is the first step in building user interfaces with ONEWEB.

Key points:

* Applications are created in **AppSpace**
* Pages are created within an application
* Page Designer opens automatically after page creation
* Both Web and Mobile applications are supported
* No HTML or web‑design knowledge is required

This structured workflow allows users to efficiently move from application creation to page design using Page Designer.


---

# 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/oneweb-platform-th/designer-reference/page-designer/create-a-new-application.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.
