# Link

With this display option, you can select an existent HTML link on your site that when clicked, will show the pickzen as a popup:

![](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MFj_fnGZUjDldGFLUwe%2F-MFja24PoPbJI3OWqAON%2Fimage.png?alt=media\&token=57996676-d2d3-48d0-b074-4b49214b5d46)

Adjust the popup width and height for desktop and click on the **Get the code** button. A popup with direction will show up:

![](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MFj_fnGZUjDldGFLUwe%2F-MFjaViCysB_zhQxYknL%2Fimage.png?alt=media\&token=159bcc73-8cb0-4e56-a25d-691cf193311d)

Simply edit your page HTML and add the provided code to the HTML link you want to configure. Following this example, in case the link HTML was:

```markup
<a href="/quiz">Take the quiz</a>
```

it should be changed to:

```markup
<a href="#pz-PY7iZrzr7DS-100pct_100pct">Take the quiz</a>
```
