> For the complete documentation index, see [llms.txt](https://docs.oneweb.tech/oneweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-ux-ui/ux-ui-components/smart-forms/create-your-first-smart-form.md).

# Create your first Smart Form

To create a Smart Form, you first need to create an Application. From version 4.0.19.10 and higher user can create an Application only from AppSpace. User can then create a Form inside the Application. Once the form is created, AppSpace will redirect you to App Designer to design the forms.

**How to create Smart form Application from AppSpace.** \
To create an application on AppSpace, user must first log in into AppSpace and then click on the **Create new app** button as shown below:

![](/files/Ph11pBXAvaMJMjjFVM2Q)

Creating an application using an AppSpace provides 2 platforms, one for **web application** and other to create Mobile applications. For smart form web application, choose the WEB platform and enter the details.

![](/files/y6g8VP8vhlYsSnSYvXAE)

Click on **Create** button then display will show status create application.

![](/files/eWQkroqe5VvLK8Z0yxns)

When status show 100% thst mean your application is created click at Done button for close window status window.

![](/files/4OC0BDp6r7mSbSxok12W)

Click on the application icon to open your app. System will redirect user to the components page.

![](/files/aCYLAp3QrRbwyDYrGy4x)

Click on **Create Forms** icon.

![](/files/JQUhgIfD7CeqHUERV0nn)

Enter form name and click Start Design to redirect to App Designer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.oneweb.tech/oneweb/design-and-develop-oneweb-apps/design-and-develop-ux-ui/ux-ui-components/smart-forms/create-your-first-smart-form.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
