# HYPERLINK

The HYPERLINK function returns hyperlinked text which will navigate to a given URL. Node references are also accepted as arguments.

## Syntax

```javascript
hyperlink(link:string, value:string)
```

## Arguments

link - A text string containing the URL to navigate to.

value - The hyperlinked text description that will be displayed in the report.

## Example

```javascript
hyperlink('http://Inforiver.com', 'Inforiver')
```

Returns “Inforiver” as hyperlinked text to navigate the URL '<http://www.Inforiver.com>'. On clicking the hyperlinked text, a dialog box prompts for permission to navigate to the URL. Click on the OK button to open the webpage in the browser.


---

# 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.fabricplan.com/planning-sheets/formula-syntax/text-formatting-functions/hyperlink.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.
