> 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.md).

# Google Sheets Addon

Learn how to install and start using the Coupler.io add-on in Google Sheets

### Install the add-on <a href="#find-and-install-the-add-on-4v00y" id="find-and-install-the-add-on-4v00y"></a>

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

{% stepper %}
{% step %}
Navigate to the [Google Workplace Marketplace](https://workspace.google.com/marketplace/app/couplerio_import_data_to_google_sheets_e/532272210531) and click **Install**.
{% endstep %}

{% step %}
Coupler.io will ask your permission to start installing. Click **Continue**.
{% endstep %}

{% step %}
Choose the Google Account
{% endstep %}

{% step %}
Review the list of access rights that you are going to grant to [Coupler.io](http://coupler.io/) to enable data importing. Click **Allow**.
{% endstep %}
{% endstepper %}

### Start using the add-on <a href="#use-add-on" id="use-add-on"></a>

Once the install is complete, you can start using the add-on.

{% @arcade/embed url="<https://app.arcade.software/share/zIyASCF6M8zNWKsdPqQV>" flowId="zIyASCF6M8zNWKsdPqQV" %}

{% stepper %}
{% step %}
Open any Google Sheets.
{% endstep %}

{% step %}
Go to **Extensions** <i class="fa-arrow-right-long">:arrow-right-long:</i> **Coupler.io** <i class="fa-arrow-right-long">:arrow-right-long:</i> **Launch**
{% endstep %}

{% step %}
Click **+ADD DATA FLOW**
{% endstep %}
{% endstepper %}


---

# 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.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.
