# Button

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

![](/files/-MFjbnQp2wmd2B0XzHbb)

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

![](/files/-MFjbvboX1CxI_8vwPql)

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

```markup
<button>Take the quiz</a>
```

it should be changed to:

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


---

# 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://help.pickzen.com/create/install/button.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.
