# Блок "Чтение строк из таблицы"

Данный блок позволяет выводить данные из таблицы в бота. Для этого :

* Создаем таблицу на платформе (её можно интегрировать с Google-таблицей)
* Указываем эту таблицу в блоке
* Выбираем лист, из которого будет происходить вывод данных
* Указываем строку, с которой будет начинаться поиск
* Создаем шаблон цепочки сообщений (данные каких столбцов и в каком порядке будут выводится)
* При необходимости добавляем фильтр для поиска (название столбца и с чем он сравнивается)

<figure><img src="/files/q1GOpMiFdAuzvxzkbfDV" 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://help.onebot.tech/onebot-help/bloki-konstruktora/spiski-i-tablicy/blok-chtenie-strok-iz-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.
