# Google Таблицы

Сервис **Nextbot** позволяет настроить интеграцию с **Google Таблицами**.

Чтобы настроить интеграцию, необходимо:

1. Подготовить Google аккаунт и Google таблицу.
2. Создать функцию для чтения (например, `read_data_from_google_sheet`) или записи (например, `save_record_to_google_sheet`).
3. Включить в созданной функции **Python-скрипт**.
4. Написать скрипт для чтения или записи данных в Google Таблицы.
5. Прописать в промпте ИИ-агента инструкцию для использования этих функций.

Подробное руководство доступно в статье: **«**[**Подключение и работа с Google Таблицами**](/functional/functions/sending-result/python/podklyuchenie-i-rabota-s-google-tablicam.md)**»**.


---

# 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://doc.nextbot.ru/functional/integrations/google-tablicy.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.
