> For the complete documentation index, see [llms.txt](https://jetbot.gitbook.io/help_docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jetbot.gitbook.io/help_docs/integracii/google-tablicy.md).

# Google таблицы

Для того, чтобы интегрировать Google таблицы с конструктором JetBot, нужно зайти в настройки чат-бота (1), перейти в раздел "интеграции" (2), выбрать "Google таблицы" из возможных интеграций (3).

![](/files/-MguBcvN0UvMn7DT5VhE)

Нам выходит поле для интеграции. Нужно привязать новый аккаунт Google таблиц .

![](/files/-MguBh98oygdDJMvl4S1)

После этого открывается новое окно, в котором нужно выбрать аккаунт Google для интеграции.

![](/files/-MguCVKvCgWrJBPyE5gx)

После выбора нужного аккаунта выходит дополнительно поле с соглашением. Нажимаем "продолжить".

![](/files/-MguCdyYGm7x5cql2XPB)

Ваш аккаунт привязан к конструктору JetBot. В поле интеграции выбираем нужный аккаунт (1,2) и сохраняем.

![](/files/-MguCj-4LsVrWuYPc6_X)

После успешного подключения аккаунта нам открываются дополнительные поля "настройки" и "статус". Переходим в настройки (1).&#x20;

{% hint style="danger" %}
Обязательно заполняем поля "имя таблицы для контактов" (2) и "имя таблицы для сделок" (3).
{% endhint %}

Также мы можем настроить создание сделки при каждой заявке клиента (4). Сохраняем все изменения.

![](/files/-MguCqCNhB6vMtVPhZUc)

Далее переходим в статус.&#x20;

{% hint style="danger" %}
Важно: при любых изменениях в интеграции обновлять ее статус. Это делается путем нажатия на кружок из стрелок возле статуса.
{% endhint %}

![](/files/-MguD2ByQ9bfosc_JjLP)

В разделе "аккаунты" (1) вы можете посмотреть все привязанные аккаунты Googlе (2) и удалить ненужные (3).

![](/files/-MguD9hV5Mv--c0UDM-e)

После сохранения всех настроек мы видим, что интеграция c Google таблицами появилась в подключенных и исчезла из возможных.

![](/files/-MguDfX37Tu5ZpnZE8Q2)


---

# 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://jetbot.gitbook.io/help_docs/integracii/google-tablicy.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.
