# Notion

Notion подходит, если у вас много структурированных данных, например если у вас большой прайс товаров.

Notion позволяет получать нужный набор данных исходя из запроса клиента, а не кидать все данные целиком, если вам под критерии поиска попадает одна позиция из прайса, то бот получит именно её. Это повысит четкость ответов и снизит расход.

Интеграция легко подключается, но таблица в Notion требует четкой структуры и настройки.

<h2 align="center"><strong>Видеоурок:</strong> Notion</h2>

Команда Nextbot подготовила подробный видеоурок о работе с Notion.

**Посмотреть на YouTube:** <https://www.youtube.com/watch?v=PsUsel54y6s>

**Посмотреть на Rutube:** <https://rutube.ru/video/61b005666dd8f81d73bf065c724242cc/>


---

# 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/notion.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.
