> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/integrations/google-sheets.md).

# Google Sheets

{% hint style="warning" %}
This is available from **Basic** plan onwards
{% endhint %}

### How do I set it up ?&#x20;

To set up the integration between Support Hunt and Google Sheets, you can follow the following steps;&#x20;

* Add an action block on canvas by clicking on '**+**' <br>
* Choose '**Google Sheets**' <br>
* Double click on '**Google Sheets**' to configure it on the right panel<br>
  * **Authorise the account:** \
    \
    Authorise your Google account and provide all the necessary permissions asked for, so that Support Hunt can push the data to the Google Sheet as soon as it is captured\
    \
    To authorise your Google account, you can either click on '**+ Add account**' or you can go to '**App Market -> Google Sheets -> Accounts -> Add Google Account**' <br>
  * **Select the sheet:**\
    \
    All the sheets that are shared with you will be displayed in the dropdown. You need to select the Google Sheet where you would like the chatbot to send the data<br>
  * **Select the variable:** \
    \
    Select the variables for which the value needs to be pushed to Google Sheet

{% hint style="info" %}
The header row will always contain the name of the variable \
\
A new row is created on Google Sheet as soon as the data has been captured&#x20;
{% endhint %}

{% hint style="warning" %}
Deleting the column on Google Sheet will lead to loss of data\
\
Deleting of that sheet will result in loss of data
{% 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:

```
GET https://help.supporthunt.com/integrations/google-sheets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
