# Get URL

When you use the Get URL node, you can get relevant information about website links, store the relevant information in a variable, and call it for other operations.

Khi bạn sử dụng node Get URL, bạn có thể lấy thông tin liên quan về các links trang web, lưu trữ thông tin liên quan trong một biến và gọi nó cho các hoạt động khác.

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

Let's assume that the URL being opened is: <https://www.etsy.com/search?q=book&ref=search_bar>

Giả sử rằng URL được mở là: <https://www.etsy.com/search?q=book&ref=search_bar>

| parameter           | illustrate                                                                                                                                                                                           |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Content: Full URL   | Lấy toàn bộ URL là: <https://www.etsy.com/search?q=book&ref=search_bar>                                                                                                                              |
| Content: Domain     | <p>Get the domain of the URL: [www.etsy.com](http://www.etsy.com)</p><p></p><p>Lấy domain của URL là: [www.etsy.com](http://www.etsy.com)</p>                                                        |
| Content: Search key | <p>When entering "q", store "book" in variable. When entering "ref", save "search\_bar" in variable.</p><p></p><p>Khi nhập "q", lưu "book" vào biến. Khi nhập "ref", lưu "search\_bar" vào biến.</p> |
| Output Variable     | <p>Save the obtained value into the variable</p><p></p><p>Lưu giá trị lấy được vào biến</p>                                                                                                          |

{% file src="/files/ANTcAX0zm8JISZifuUIp" %}


---

# 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.hidemium.io/hidemium-4/iv.-tu-dong-hoa-automation-and-ai/automation-foundation-automation-co-ban/data/get-url.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.
