# Embed Code

### **Is the embed code required?**

Yes. The embed code is necessary in order to show a Zigpoll on your website.

### **Does the embed code need to be on every page?**

The embed code needs to be on any page where you want to show a Zigpoll. If you don't want a survey on the page, you do not need to include the embed code on that page.

### **Where should I place the embed code?**

You should place the embed code in between the **\<head>** tag at the top of your website. You can also include it before the closing **\<body>** tag if you prefer.

### **Is there a technical breakdown of the embed code?**

Yes. Check out this link:

{% content-ref url="/pages/-LZv4lzUKV\_jxUTOtPAr" %}
[Embed](/embed.md)
{% endcontent-ref %}


---

# 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.zigpoll.com/accounts/embed-code.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.
