# Get Tab URL Block

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

This block allows you to get the addresses of browser tabs. Screenshot of the block settings below.

<figure><img src="/files/9SHA8wdJHxPQfIfrAIk8" alt=""><figcaption></figcaption></figure>

The main menu of the Select tab settings contains two values:

* **Active tab.** Get the address of the active tab.
* **All tabs.** Get the addresses of all tabs. In this mode, the Query menu is available, which allows you to select only the necessary tabs to get addresses.

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

* **Match Patterns** is a filter that allows you to select tabs based on the address template.&#x20;
* **Tab title** - a filter that selects tabs by title.&#x20;

The resulting addresses can be put in a variable or a workflow table.&#x20;

* To configure **Assign to variable**, you must enter the name of the variable.&#x20;
* To configure **Insert to table**, select a table column.

<figure><img src="/files/AsUigToEvBB9cfNzxTkk" alt=""><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://docs.goless.com/blocks/browser/get-tab-url-block.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.
