> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/destinations/categories/ai/perplexity/faq.md).

# FAQ

<details>

<summary>What data sources can I send to Perplexity through Coupler.io?</summary>

Any source supported by Coupler.io can be sent to Perplexity. This includes CRMs like HubSpot and Salesforce, ad platforms like Google Ads and Meta Ads, project management tools like Asana and Jira, spreadsheets, databases, and many more. You're not limited to a single source — a single data flow can combine multiple sources using Join or Append transformations before delivering to Perplexity.

</details>

<details>

<summary>Do I need to know how to code or write queries to use Coupler.io with Perplexity?</summary>

No coding is required. Coupler.io handles the data extraction and delivery through a visual interface, and Perplexity lets you interact with that data using plain language questions. The combination is designed to make data analysis accessible without any technical background.

</details>

<details>

<summary>How often will my data in Perplexity be updated?</summary>

Once your data flow has completed a successful manual run, you can set up automatic scheduling in Coupler.io. You can choose how frequently the data refreshes — hourly, daily, weekly, or on a custom interval. Each scheduled run will update the dataset in Perplexity according to the write mode you selected.

Every time you start a new chat, Perplexity collects fresh data. If you want it to fetch updated data in the ongoing conversation, ask it to do so directly.

</details>

<details>

<summary>Can I send data from multiple sources into a single Perplexity dataset?</summary>

Yes. Coupler.io supports multiple sources within a single data flow. You can use the **Join** transformation to merge related datasets (e.g., combining CRM deals with ad spend data) or **the Append** transformation to stack data from different sources into a single unified table before sending it to Perplexity.

</details>

<details>

<summary>What kinds of questions can I ask Perplexity about my data?</summary>

Perplexity works best with clear, specific questions tied to the data you've loaded. Good examples include:

* "Which product category had the highest revenue last quarter?"
* "Show me the trend in customer acquisition cost over the past 6 months."
* "Which sales rep closed the most deals in the dataset?"

The more focused your question, the more useful Perplexity's response will be.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/destinations/categories/ai/perplexity/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
