> 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/addons/google-sheets-addon/how-to-automate-google-sheets-with-coupler.io-add-on.md).

# How to Automate Google Sheets with Coupler.io Add-on

Learn how to enable automatic data refresh in your data flows using the Google Sheets add-on. If you haven't installed the add-on yet, check out our guide [How to install Coupler.io add-on?](/addons/google-sheets-addon.md)

#### YouTube guide <a href="#youtube-guide-w0ybf" id="youtube-guide-w0ybf"></a>

{% embed url="<https://www.youtube.com/watch?v=c08d2j180WU>" %}

#### Set up a data flow. <a href="#set-up-a-data-flow-enh77" id="set-up-a-data-flow-enh77"></a>

{% @arcade/embed url="<https://app.arcade.software/share/07qGWJhHV8nJQitrXWp2?ref=share-link>" flowId="07qGWJhHV8nJQitrXWp2" %}

{% stepper %}
{% step %}
In the toolbar of Google Sheets select "Extensions".
{% endstep %}

{% step %}
At the bottom find the [Coupler.io](http://coupler.io/) extension.
{% endstep %}

{% step %}
Hover over it and select "Launch".
{% endstep %}

{% step %}
From there let it open and select "+ Add data flow".
{% endstep %}

{% step %}
From there, select the "Start with template" option to use one of our many pre-built templates, or select "Start from scratch" to build the connection yourself. You can learn more on how to connect a source and a destination through their dedicated articles.
{% endstep %}

{% step %}
Continue complete the setup of your flow and after completing it select "Save and run".
{% endstep %}
{% endstepper %}

#### Set up the automations <a href="#set-up-the-automations-omm57" id="set-up-the-automations-omm57"></a>

{% @arcade/embed url="<https://app.arcade.software/share/y8NPLZrbtcX4BZr9RHP7?ref=share-link>" flowId="y8NPLZrbtcX4BZr9RHP7" %}

{% stepper %}
{% step %}
Through the Add-On menu open the three-dot menu and select Edit.
{% endstep %}

{% step %}
In the Flow settings section set the frequency to what you want.
{% endstep %}

{% step %}
Click "Save and Close".
{% endstep %}
{% endstepper %}

You can learn how to set up your data flows in the web app in [this article](/getting-started/how-to-create-your-first-data-flow-with-coupler-io.md). To find out how to set up automatic data refresh you can refer to [these articles](/functionality/flow-settings/how-to-set-up-automatic-data-refresh.md).


---

# 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/addons/google-sheets-addon/how-to-automate-google-sheets-with-coupler.io-add-on.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.
