# Get data from a Google Sheet

Video Link: <https://youtu.be/SSY0Pa964og>

API to get data from a single sheet.

1. Enter the Access token in Authentication block on the right, to access APIs. \
   And enter spreadsheet Id in the highlighted column (in the below image).

<figure><img src="/files/1msxIWIf1UIMAUdMFIc8" alt=""><figcaption></figcaption></figure>

2. Click on **Try It!** button. And you can see the data retrieved in the response tab.

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


---

# 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://nexaflow.gitbook.io/nexaflow/developer-apis/get-data-from-a-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.
