# Embedded

With this display option, you will copy and paste your pickzen code where you want to be displayed. It will be displayed embedded on the page:

![](/files/-MFjcrNID0wRR9PjYFg4)

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

![](/files/-MFjd2dKtyOgz8yUG-45)

{% hint style="info" %}
The instructions may vary depending on pickzen's theme. Also, the way it will be displayed can change: into an iframe or directly on the page.
{% endhint %}


---

# 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/embedded.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.
