# Connect to Google Sheet

1. Navigate to Add Collection Page by clicking Add New Collection

<figure><img src="/files/jKeJckJumQu7NRQWzTuy" alt=""><figcaption><p>You can find the button at the side menu</p></figcaption></figure>

2. Find the Google Sheet Integration Item

<figure><img src="/files/dyiy98aUzK89nJZUHcFX" alt=""><figcaption><p>It's under 3rd Party Integration</p></figcaption></figure>

3. Find the instruction and enter the detail for your spreadsheet

<figure><img src="/files/Akhi3I4qVR51QFIsa51a" alt=""><figcaption></figcaption></figure>

4. Copy the service account email and add it as your editor in your spreadsheet

To put it simply, a [service account](https://cloud.google.com/iam/docs/service-account-overview) is an account used by computer to access information in Google. By adding our service account (which is managed by Google Cloud) to your spreadsheet, you are connecting your spreadsheet with our platform which is secured by Google Cloud.&#x20;

<figure><img src="/files/9ZgM67Cv5kNXjiyeq9nP" alt=""><figcaption><p>You just have to paste the email onto the input field</p></figcaption></figure>

5. Copy the spreadsheet URL, sheet name, data range back to Connectome

<figure><img src="/files/gG3kkMtVM6SiRP6XdCrC" alt=""><figcaption><p>Copy your spreadsheet url to Connectome</p></figcaption></figure>

**Sheet Name** can be found at the bottom of your screen

<figure><img src="/files/r4dlhKZJjroRUz1npiEk" alt=""><figcaption></figcaption></figure>

**Data Range** indicates which range of data will you like us to access in Connectome. An example will be A:B if you want us to access all cells in column A and column B.

6. Press Next and you will be brought to the collection page linked to your spreadsheet!


---

# Agent Instructions: 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://docs.connectomesystem.com/import-data/connect-to-google-sheet.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.
