# Add New Screen

You can easily add new screen to you app by pressing <mark style="color:green;">'</mark><mark style="color:green;">**+ Add Screen**</mark><mark style="color:green;">'</mark> button. Clicking on that link will open a popup to ask a few new screen information.

<figure><img src="/files/iNtfopPP7Ho9Mhu824Gw" alt=""><figcaption></figcaption></figure>

It will ask you to enter following three information.

* **Screen Name:** Name of the screen will be used to display in the Tab Bar and Navigation Bar. You can't have same name for two tab screens so make sure another screen doesn't have a similar name
* **Screen URL:** This will be used as primary URL of the screen. This will be the first URL you will be seeing while opening this tab in the app.&#x20;
* **Screen Icon:** Screen icon will be displayed in the tab bar.

![](/files/kuF9sk3JhmOk2xUkmjbh)

As soon as you click on <mark style="color:green;">**Add**</mark> button, you will be able to see this screen in the list of screens.

<figure><img src="/files/J5yI5qNWtkbujpYJJjla" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/CWYoIIS5nijoN1rcn1OR" alt="" width="188"><figcaption></figcaption></figure>


---

# 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://help.twinr.dev/screen-customization/tab-bar/add-new-screen.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.
