# Create Application in AppSpace

Creating an application in **AppSpace** is the first step in building a low‑code application with ONEWEB.\
AppSpace provides a guided process that allows users to set up an application and start creating its components from a single workspace.

***

### Step 1: Access AppSpace Home

1. Log in to **AppSpace**
2. Navigate to the **AppSpace Home Page**
3. 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%2FxoopCEgmSMPzisDnHTPm%2Fimage.png?alt=media&#x26;token=b4a652dc-12a0-4d53-a2d0-ef40b4955090" alt=""><figcaption></figcaption></figure>

***

### Step 2: Choose Application Type

When creating a new application, AppSpace allows you to choose the target platform:

* **Web Application**
* **Mobile Application**

After selecting the appropriate platform, enter the required application details.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FuFRpwcIBxOiVfEdeNJJY%2Fimage.png?alt=media&#x26;token=271867d2-71aa-4ff1-97e0-b069c548b7d3" alt=""><figcaption></figcaption></figure>

***

### Step 3: Create the Application

Click the **Create** button to finalize application creation.

The application is now successfully created in AppSpace.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2F9LaVqdjkTH3dRjvUoKSW%2Fimage.png?alt=media&#x26;token=7e8a3618-7765-4aaa-ba17-df9d4a76d246" alt=""><figcaption></figcaption></figure>

***

### Step 4: Open Application Components

1. Click the newly created application
2. AppSpace redirects you to the **Components Page**

From this page, you can start creating all components that make up your application.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FqEB7S1m6mcueCYdBCbZ1%2Fimage.png?alt=media&#x26;token=89fd368a-43d3-4527-a7e8-c2d03578f53f" alt=""><figcaption></figcaption></figure>

***

### Step 5: Create Application Components

Users can create components directly by clicking the corresponding icons.

Examples of components include:

* Smart Forms
* Pages (Web / Mobile)
* Processes
* Microflows

For example, to create a new process, click **Create Process**.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FAfDs6ZC7bCSGM542OocX%2Fimage.png?alt=media&#x26;token=9de9f5ae-2f12-47df-a2d8-aa377fcc4f36" alt=""><figcaption></figcaption></figure>

***

### Step 6: Configure and Create a Process

In the **Create Process** dialog:

* Enter the process details
* Choose one of the following options:
  * **Create** – creates an empty process for later design
  * **Start Design** – creates the process and opens Process Designer immediately

The **Permission** checkbox allows the application owner to selectively assign this component to members of the development team.

> For details on permission assignment, refer to:\
> **Development Team Management**\
> <https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-low-code-apps-using-appspace/manage-user-access/development-team-management>

***

#### Edit Existing Components

If the user selects **Create**, the component appears in the components list.\
Users can later click the **Edit** icon to start designing the component.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FBboMK64IAdSopxRgBzQV%2Fimage.png?alt=media&#x26;token=34826e74-0fe5-4983-b924-a25dee5342f7" alt=""><figcaption></figcaption></figure>

Selecting **Start Design** or clicking the Edit icon redirects the user directly to the corresponding designer (e.g., Process Designer).

***

### Alternative: Add New Component

Users can also create components from the **Component List** screen by clicking the **Add New Component** button.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FueDtWZ6isHmde2hM2WjM%2Fimage.png?alt=media&#x26;token=cc1da75f-e3d3-4f13-b444-da4f892c4f71" alt=""><figcaption></figcaption></figure>

***

### Summary

Creating an application in **AppSpace** is a structured and intuitive process that serves as the foundation for low‑code development in ONEWEB.

Through AppSpace, users can:

* Create Web or Mobile applications
* Manage all application components in one place
* Design UI, processes, and services collaboratively
* Control permissions and component ownership
* Scale application development efficiently

This makes AppSpace the starting point for building and managing enterprise‑grade low‑code applications 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/building-apps/low-code-with-appspace/create-application-in-appspace.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.
