## 能力 Notion Integration forBotpress Studio 允许您执行以下操作: > 以下操作需要您知道您的机器人将使用的Notion 实体的 ID。所有notion 实体(页面、数据库等)都有一个 ID,当您在浏览器中访问Notion 账户中的这些实体时,可以在 URL 中找到该 ID,或者通过点击 (...) 菜单中的 "复制链接 "项来获取链接。更多信息请参阅 [Get a Database Id -Notion Developers](https://developers.notion.com/docs/create-a-notion-integration#step-3-save-the-database-id) ### 为讨论添加评论 此操作允许您向现有讨论添加评论。此操作可用于回复评论。 ### 为页面添加评论 您可以使用此操作添加页面级评论。 ### 获取数据库 该操作允许您获取数据库的详细信息。该操作最好与 "向数据库添加页面 "操作一起使用。除了来自Notion API 的响应([Retreive a Database -Notion Developers](https://developers.notion.com/reference/retrieve-a-database) )外,此操作还会返回一个优化的 `structure` 属性(从技术上讲是一个类型解析),该属性可用作人工智能任务的输入,以指示其根据用户输入在Notion 数据库中生成用于添加或更新页面的有效载荷。 ### 向数据库添加页面 此操作最好与 "Get a Database"(获取数据库)一起使用,"Get a Database "会返回数据库的结构,您可以用它来指示[AI 任务](https://botpress.com/docs/cloud/generative-ai/ai-task-card/)生成有效载荷。更多信息请参阅 [Working with Databases -Notion Developers](https://developers.notion.com/docs/working-with-databases) 。 ### 删除区块 您可以删除以下实体: - 数据库中的页面 - 页面 - 区块 ##安装和配置 ### 第 1 步 - 创建集成 创建Notion 集成 [创建集成 -Notion 开发人员](https://developers.notion.com/docs/create-a-notion-integration) ### 第 2 步 - 允许访问Notion 资产 让您的集成可以访问您想使用的所有页面和数据库。Botpress ### 第 3 步 - 配置您的机器人 让您的集成可以访问所有您希望通过Botpress 使用的页面和数据库。 [与您的集成共享数据库 -Notion Developers](https://developers.notion.com/docs/create-anotion-integration#step-2-share-a-database-with-your-integration) 您需要一个令牌才能将新创建的Notion Integration _(与Botpress Studio 的Notion Integration 不同)_ 与Botpress Studio 连接起来: - 授权令牌"--您可以在 "https://www.notion.so/my-integrations" 下的集成中找到它。点击集成后,进入 "秘密 "部分,找到 "内部集成秘密 "字段。点击 "显示",然后点击 "复制"。将复制的令牌粘贴到机器人 "集成 "选项卡下Notion 集成的 "Auth Token "字段。 这样,您只需启用集成,就可以开始通过Notion 扩展您的机器人功能了。