# 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: 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.akkio.com/akkio-docs/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.
