# Link

This feature allows you to provide your users a way to access a web based content, that can be a submission link, chat, video, a document etc. On Web Browser any accessed link inside HoloFair will be opened in a new tab. While on the mobile devices, the web links are opened in the in-app browser.

Add the **LinkView** component and a **GuidComponent** to your GameObject.&#x20;

<figure><img src="/files/hqcj9Bass2hIoc5n3Xia" alt=""><figcaption><p>You may leave the value field empty or use a default value.</p></figcaption></figure>

In order to open the link, call LinkView\.OpenInNewTab() or LinkView\.OpenInSameTab().&#x20;

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

The value (string) is the link that will be opened.&#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://docs.holofair.app/development/features/link.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.
