> 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-low-code-apps-using-appspace.md).

# Design & Develop Low code Apps using AppSpace

AppSpace is the Control Center in ONEWEB, from where you can create & manage the multiple components that constitute your application. It provides all the tools to create, manage, build and deploy an enterprise application in one place. Thus, Designers and Developers can collaborate more efficiently and effectively. Using AppSpace, You can create Smart Forms using App Designer, Web Pages/Mobile apps using Page Designer, business processes using Process Designer, and Microservices or Flows using Microflow Designer, all from AppSpace.&#x20;

AppSpace also allows easy switching between the different components that constitute an App. It provides added functionality like user management, version management, and single-step deployment which make application life-cycle management much easier.

![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKumo3I3kysGPywRzvVNR%2Fuploads%2FcB4lCmohjpf8sT9esB1a%2Fimage.png?alt=media\&token=67184d7f-1a4f-462d-b292-83a1ed183864)


---

# 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-low-code-apps-using-appspace.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.
