# Canva

Using **Canva** to build a beautiful website? You can still run fully customized surveys with **Zigpoll** by embedding your poll using Canva’s **Embed** app. Whether you're gathering feedback, capturing leads, or offering discounts—this quick guide shows you how to get your Zigpoll survey live on your Canva site in under 5 minutes.

***

#### 🔧 Step 1: Get Your Zigpoll Embed Code

1. Log in to your Zigpoll dashboard.
2. Click **“Installation”**
3. Choose the **iframe** embed option (Canva does not support raw JavaScript).
4. Copy the code snippet. It will look like:

```html
<script type='application/javascript'>
  ;(function () {
    window.Zigpoll = {
      accountId: 'YOUR_ACCOUNT_ID'
    };

    var script = document.createElement("script");
    script.type = "text/javascript";
    script.charset = "utf-8";
    script.src = "//cdn.zigpoll.com/static/js/main.js";
    script.async = true;

    document.head.appendChild(script);
  }());
</script>
```

> Make sure to replace `YOUR_ACCOUNT_ID` with your account ID

***

#### 🌐 Step 2: Open Your Canva Website Project

1. Go to Canva and open your website design.
2. In the left toolbar, click **“Apps”**.
3. Search for **“Embed”** and select it.

***

#### 💻 Step 3: Paste the Zigpoll Embed Code

1. In the Embed window, choose the **“Embed via code”** option.
2. Paste your Zigpoll `<iframe>` code.
3. Click **Embed**.
4. Resize and position the embedded frame where you'd like the survey to appear on your page.

> 🛑 **Note:** Canva only supports secure `https://` iframe embeds, which Zigpoll provides by default.

***

#### ✅ Done!

Your Zigpoll survey is now live and embedded in your Canva website. It will display directly in the page and record responses automatically to your dashboard.


---

# 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/integrations/canva.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.
