> 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/dashboards/data_studio/faq.md).

# FAQ

Data Studio write modes, data refresh frequency, and dataset sync questions answered for optimal dashboard performance.

<details>

<summary>What's the best write mode for a Data Studio dashboard?</summary>

**Replace** is the right choice for most dashboards. It overwrites the dataset on every run, so your report always reflects a clean, current snapshot of your data. Use **Append** only if you specifically need a running log — for example, tracking daily metrics cumulatively over time.

</details>

<details>

<summary>How does data refresh actually work between Coupler.io and Data Studio?</summary>

The two platforms have independent refresh cycles. Coupler.io fetches your source data and prepares it on whatever schedule you set. Data Studio then pulls from that prepared dataset on its own cycle — by default, every 12 hours.

For new data to appear in your report, both must happen: Coupler.io must run first, then Data Studio must refresh. If you need data to appear immediately, run your data flow manually in Coupler.io, then use the **Refresh data** option in Data Studio's three-dot menu.

</details>

<details>

<summary>Can I connect multiple sources to a single Data Studio report?</summary>

Yes. You can set up multiple data flows in Coupler.io — each with different sources — and connect them all to the same Data Studio report as separate data sources. You can also use Coupler.io's Join or Append transformations to combine multiple sources into a single dataset before it reaches Data Studio.

</details>

<details>

<summary>Can I use an existing Data Studio report instead of creating a new one?</summary>

Yes. In your Coupler.io data flow, go to the Destination step and open **Advanced settings**. Paste your existing report or data source URL into the **Report/data source URL** field. After that, clicking **View Results** will open your existing report instead of generating a new one.

</details>

<details>

<summary>Why can't I set a schedule or access advanced destination settings?</summary>

Coupler.io requires at least one successful manual run before scheduling or advanced settings become available. Run the data flow first using **Save and Run**, confirm it completes without errors, and then those options will unlock.

</details>

<details>

<summary>Is there a Data Studio dashboard template I can start from?</summary>

Yes. Coupler.io offers free pre-built Data Studio dashboard templates for a range of use cases. Browse them at [coupler.io/dashboard-examples](https://www.coupler.io/dashboard-examples?destination=Looker+Studio) and filter by the Data Studio destination.

</details>

<details>

<summary>Should I use Data Studio's "Extract Data" feature instead of Coupler.io?</summary>

Data Studio's built-in Extract Data is a simpler option but is limited to single sources and basic extraction. Coupler.io gives you multi-source support, transformation options (Join, Append, Aggregate), scheduling control, and the ability to blend data from apps that don't have native Data Studio connectors. If your data comes from multiple tools or needs any shaping before visualization, Coupler.io is the stronger choice.

</details>

<details>

<summary>How do I organize fields in Data Studio when I have many columns?</summary>

In your Coupler.io destination settings, enable the **Fields grouping** toggle. This lets you name columns using a **\[GroupName]: \[Field Name]** pattern, which creates a hierarchical structure in Data Studio's field panel — making it much easier to navigate large datasets.

</details>

<details>

<summary>What happens if I add new fields to my source after the report is already built?</summary>

1. Make sure the new fields appear in your Coupler.io data flow's Transformations step
2. Run the data flow
3. In Data Studio, open your data source and click **Refresh fields**
4. Apply the changes and then refresh the report

New fields won't appear automatically — you need to refresh the data source schema in Data Studio after adding them.

</details>

{% hint style="info" %}
For step-by-step instructions on setting up date range controls, see the **Date Range Control** article in this section. For refresh timing and scheduling guidance, see the **Data Refresh** article.
{% endhint %}


---

# 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/dashboards/data_studio/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.
