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

# Google Sheets

Google Sheets is a common source of input data for Akkio. To start, click “Create New Project” and select Google Sheets as the primary input. You’ll be asked to connect your Google Sheets account.

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

To use the integration, you'll need to give the required scopes. Makes sure all the checkboxes are checked in the prompt.

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

Once your account is connected, you will need to select "Connect Dataset" and it will then populate with the available sheets. As you can see, I have and can select Delhi meantemp to import into the project.

<figure><img src="/files/46pNi4HlsP7jp4C4q5pK" alt=""><figcaption></figcaption></figure>

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

&#x20;Once a dataset is connected, the Project will look the same as usual, and you can merge with another dataset, modify using [Chat Data Prep](broken://pages/6np7911DTwr77dOhiCsN) or go straight to making predictions.

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


---

# 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.akkio.com/akkio-docs/integrations/google-sheets.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.
