> 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/common-issues.md).

# Common Issues

## Connection issues

<details>

<summary>My Perplexity account isn't connecting or authorizing correctly</summary>

This can happen if the Coupler.io connector or extension hasn't been properly installed in Perplexity. Go back through the connection step and make sure you've completed any in-app authorization steps on the Perplexity side — not just the Coupler.io side.

Try disconnecting and reconnecting your Perplexity account from within the data flow settings. If the issue persists, check whether your Perplexity plan supports third-party connectors.

</details>

## Data issues

<details>

<summary>Perplexity doesn't seem to "see" my data after a successful run</summary>

After a successful Coupler.io run, it may take a short moment for the data to become fully available in your Perplexity session. Try refreshing your Perplexity session or starting a new conversation.

Also, confirm that the dataset name you configured in Coupler.io matches what you're referencing when querying in Perplexity. A naming mismatch can make data hard to locate.

</details>

<details>

<summary>My dataset in Perplexity contains fewer rows than expected</summary>

Check whether your source is applying filters that limit the returned rows. Some sources have default date range filters or row caps. Review your source configuration in Coupler.io and expand the date range or increase the row limit if needed.

</details>

## Permission errors

<details>

<summary>I get a permissions error when trying to save or run the data flow</summary>

Make sure your Coupler.io account has the necessary permissions to create and run data flows. If you're on a team account, your role may restrict which destinations you can configure — ask your workspace admin to verify your permissions.

</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/common-issues.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.
