> 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/pages/page-features/add-new-screen.md).

# Add New Screen

Add Mobile Screen in Web App

Add New Screen is a feature that supports multi-device screens for a web application, Normally web application provides multi-screen in the design area but this feature can specifically set mobile screen.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FAGgxQ2Qpg2nDiIyBXj44%2Fimage.png?alt=media&amp;token=d3ba2d5a-e86e-4c79-83e4-4b1ecc1ba78a" alt=""><figcaption><p>Picture 1 Original feature support multi screen</p></figcaption></figure>

User can use this feature in create page, When click create page you will see add screen on side bar. Click switch and click Add New Screen

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FSC5xssmwLqbbikbZqNZa%2Fimage.png?alt=media&amp;token=79d84e54-27b3-4f4f-9d30-114baf0c0ef8" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FzTrAWy7fGHuVCX6zJuZv%2Fimage.png?alt=media&amp;token=6a627b59-ad03-45d1-b46d-97243b9f1211" alt=""><figcaption></figcaption></figure>

After click Add New Screen will have Modal setting device screen display, Insert device name, widght, high and click save button

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2Fe4Al0HIsxiQk4cw9YmF5%2Fimage.png?alt=media&amp;token=c587a23c-b15a-405d-b942-3da000304dc3" alt=""><figcaption></figcaption></figure>

Device screen will show side add new screen menu, show as picture, In addition user can add more than 1 screen, When complete add screen click start design button.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FgxyRDD0QAt1uu8YWNqky%2Fimage.png?alt=media&amp;token=0447737a-2f8f-48dd-9886-042edc474405" alt=""><figcaption></figcaption></figure>

When open design area, User will see new screen on top tool bar.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FrvdgGuMDc4wXkN5TtTRe%2Fimage.png?alt=media&amp;token=c6d35170-18f8-46c7-8dcc-bed1fe3049f7" alt=""><figcaption></figcaption></figure>


---

# 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/pages/page-features/add-new-screen.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.
