# Klar

Klar doesn't (yet) offer a direct Zigpoll connector, but their team supports pulling survey data in via Google Sheets — and Zigpoll has a first-class Google Sheets integration that appends responses as they come in. Once both halves are wired up, every Zigpoll response shows up in Klar automatically, with no copy-paste in the middle.

### 🚀 How to set it up

**Step #1: Enable the Zigpoll → Google Sheets integration**

1. In your Zigpoll dashboard, open **Apps → Zigpoll → Integrations**.
2. Find **Google Sheets** in the list and enable it. You'll be prompted to authorize the Google account that owns the sheet.

For a deeper walkthrough of the Google Sheets integration itself, see [Google Sheets](/integrations/google-sheets.md).

**Step #2: Tell Zigpoll to write responses to your sheet**

1. Open **Surveys**, pick the survey you want to send to Klar, and click **Behavior**.
2. Under **Actions**, click **Add action logic** and configure something like:

   ```
   IF survey is partially or fully completed
   THEN write to Google Sheet → <your Klar-connected sheet>
   ```
3. Save the survey. From this point on, every qualifying response is appended to the sheet in real time.

**Step #3: Connect the sheet to Klar**

In Klar, set up a Google Sheets data source pointing at the same sheet you selected in Step #2. Klar handles the import and refresh on their side; if you need help with the Klar configuration itself, their support team can walk you through the connector setup.

### 💡 Tips

* Use a dedicated sheet per survey (or per use case) to keep Klar's data sources clean and easy to model.
* The Google Sheets action runs once per response, so the sheet is always in sync with Zigpoll — no scheduled exports to babysit.
* If you also want richer, queryable analytics on the Zigpoll side, take a look at the [Data Studio](/integrations/data-studio.md) connector or our [Web API](/web-api.md).


---

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