# Google Sheets

- [Ler planilha](https://docs.floui.io/guia/conectores/categorias/servicos-externos/google/google-sheets/ler-planilha.md): Receba um JSON de consulta a uma planilha do Google Sheets e manipule seus dados a cada iteração.
- [Escrever na planilha](https://docs.floui.io/guia/conectores/categorias/servicos-externos/google/google-sheets/escrever-na-planilha.md): Manipule dados em uma planilha no Google Sheets adicionando dados em campos específicos.
- [Adicionar ao final da planilha](https://docs.floui.io/guia/conectores/categorias/servicos-externos/google/google-sheets/adicionar-ao-final-da-planilha.md): Manipule estruturas de dados em suas planilhas do Google e insira novas informações dinâmicamente.


---

# 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.floui.io/guia/conectores/categorias/servicos-externos/google/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.
