> For the complete documentation index, see [llms.txt](https://jolzee.gitbook.io/leopard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jolzee.gitbook.io/leopard/components/hyperlinks.md).

# Hyperlinks

{% hint style="warning" %}
I know some works needs to be done to have these types of hyperlinks work in Modals. This was working but it looks to have been broken at some point.&#x20;
{% endhint %}

## Links that send text back to Teneo as a user input

### Answer Text in Output Node

You can output links in html or answer text that are then fed back into Teneo as user input.

```markup
<a href="#" class="sendInput">This will be sent to Teneo</a>
```

Alternatively:

```markup
<a href="#" class="sendInput" data-input="This will be sent to Teneo">This is just the anchor text</a>
```

## Links that open an link in an iframe when in Demo mode

### Answer Text in Output Node

```markup
<a href="https://somewebsite.com" class="openInIframe">This will open the page https://somewebsite.com in an iframe once clicked.</a>
```
