# FAQ

<details>

<summary>Where do I find my Chameleon API key?</summary>

Go to your Chameleon dashboard and navigate to **Settings → Integrations → API**. Copy the **Account Secret** — that's the key you'll paste into Coupler.io. Don't use the public key; it won't authenticate correctly.

</details>

<details>

<summary>Can I pull data from multiple Chameleon workspaces?</summary>

Yes. Create a separate source connection for each workspace using its own API key, then use Coupler.io's **Append** transformation to combine the data into a single destination. This is useful if you manage Chameleon across multiple products or environments.

</details>

<details>

<summary>What's the difference between Surveys and Survey responses?</summary>

The **Surveys** entity contains the structure and metadata of each survey — its name, questions, and configuration. **Survey responses** contains the individual answers submitted by users. You'll usually want to join them on `survey_id` to get a complete picture.

</details>

<details>

<summary>Why does the filter parameter only have three options?</summary>

The filter parameter applies specifically to the segment-experience relationship query. Chameleon organizes experiences into three types — `tour`, `survey`, and `launcher` — and the filter scopes which type you're querying. For other entities like Helpbars or Tooltips, the filter doesn't apply.

</details>

<details>

<summary>Can I use Chameleon data with AI tools?</summary>

Yes. Coupler.io supports AI destinations including ChatGPT, Claude, Gemini, Cursor, Perplexity, and OpenClaw. Survey responses are particularly well-suited for AI analysis — you can send open-ended answers directly to an AI destination to summarize themes or classify sentiment automatically.

</details>

<details>

<summary>How do I get more than 50 records per sync?</summary>

The default record limit is 50 per page. Increase this using the **Record limit** parameter in the source settings. There's no hard maximum documented, but start with 200–500 and test for rate limit errors before going higher.

</details>

<details>

<summary>Can I track changes to a specific tour or tooltip over time?</summary>

Yes — use the **Changes** entity and filter by `experience_id` in your destination tool. This gives you a timestamped log of every edit. For full context, join the Changes data with your Tours or Tooltips entity on `experience_id`.

</details>

{% hint style="info" %}
For a full breakdown of available fields per entity, see [Data Overview](https://docs.coupler.io/sources/category/marketing/chameleon/data-overview). If you're running into sync errors or missing records, check [Common Issues](https://docs.coupler.io/sources/category/marketing/chameleon/common-issues). For tips on structuring your data flows, visit [Best Practices](https://docs.coupler.io/sources/category/marketing/chameleon/best-practices).
{% endhint %}
