# Tab Screen - External URL Handling

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

External URL Handling provides an option to handle different URLs elegantly. You can define general rule for <mark style="color:orange;">Different Domain URLs</mark><mark style="color:green;">.</mark> Also, you have an option to define custom rules based on URL matching.

You can define external URL handling in the General Settings as well as in tab. Tab level external URL handling rule will take precedence over General URL handling rule.&#x20;

Twinr Framework will first try to match with Tab level rule and then general rule if required.&#x20;

Please check this [document](/screen-customization/external-url-handling.md) to see how external URL handling rule work and how you can add it.&#x20;


---

# 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/tab-screen-external-url-handling.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.
