# General

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

In this section, you can define general tab screen settings.&#x20;

* **Title**: Title will be displayed as tab title.
* **URL**: This will be the first page you can see while you open this tab.&#x20;
* **Unselected tab icon**: Icon image of the tab as shown in the image.
  * You can use PNG, JPG or JPEG format image. This icon will be used as selected and unselected icon if you didn't provide `Tab selected icon`.
  * You can chose an icon from our default icons library.

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

* **Selected tab icon:** This icon will be displayed for the active tab. Like in above image, Home tab is active tab right now and the rest are inactive.

### Bottom tab badge:

This can be used to show the badge for cart, notification, wishlist etc. When the item is added in the cart, the badge counter will be updated automatically.

**Tab Badge selector:**

Here, you need to put the selector for the counter. Refer to this table for choosing element identifier. <https://help.twinr.dev/screen-customization/remove-elements#example-of-elements>

<figure><img src="/files/oPmbTviUwH6XMVYQy98K" 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/general.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.
