# Google Sheets

Com o módulo **Google Sheets** é possível inserir dados em uma planilha no Google Sheets.

<figure><img src="/files/VQGZ3e6cLCZCD8g8tgrd" alt=""><figcaption><p>Utilização do módulo <strong>Google Sheets</strong> em um fluxo real</p></figcaption></figure>

### Detalhes do módulo

Primeiro precisamos conectar uma conectar uma conta Google. Depois, basta selecionar uma planilha e uma página da planilha que deseja editar. \
Por fim, no campo "Inserir dados", insira os dados que deseja adicionar à planilha em formato JSON.

No fluxo, o módulo retornará **"Sucesso"** ou **"Erro"**.

### Caso de uso

Precisamos adicionar um cliente novo a planilha de clientes. Para isso, adicionamos o módulo **Google Sheets**, conectamos uma conta Google e selecionamos a planilha "Clientes". Por fim, inserimos os dados do novo cliente em formato JSON no campo "Inserir dados".


---

# 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://help.hyperflow.global/docs/builder-de-chatbots/integracao/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.
