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

# BotHub 基础知识

- [Messenger 机器人的基本功能](https://bothub.gitbook.io/project/basic-knowledge/function.md): 您应该已经尝试过快速创建一个Facebook Messenger机器人。这里，我们简单介绍一下通过BotHub进一步将Facebook Messenger机器人变成您期望的样子。
- [多用户管理功能](https://bothub.gitbook.io/project/basic-knowledge/manage-users.md): BotHub提供了多用户管理同一个Facebook Messenger机器人的机制，使得广告代理公司，或者企业都可以方便地管理企业的Facebook Messenger机器人。
- [数据分析](https://bothub.gitbook.io/project/basic-knowledge/data-analysis.md)
- [内容分析](https://bothub.gitbook.io/project/basic-knowledge/data-analysis/content-analysis.md): 在这里，我们将带你全面了解 Messenger Bot 的使用情况。
- [流量来源](https://bothub.gitbook.io/project/basic-knowledge/data-analysis/source-manager.md): 如何做到和用户一对一的交流，提供更贴心的回复，更高频次的互动？很简单，让他进入你的bot，成为你的messenger好友，和他建立对话式的沟通。Facebook用户通过某些触发动作进入你的bot后，从你们的第一次互动开始，他就成为你的深度用户，存留在你的messenger中了。那你是否会好奇，这些用户都是通过什么途径进入你的bot呢？Bothub为你在后台设置了流量来源追踪，通过不同的来源路径用户
- [内容管理](https://bothub.gitbook.io/project/basic-knowledge/content-management.md): 内容管理是BotHub平台中最重要的功能之一，所有Messenger机器人发送给用户的内容，都是通过内容管理部分，进行创建，编辑和管理的。
- [内容结构介绍](https://bothub.gitbook.io/project/basic-knowledge/content-management/structure-introduction.md): 注意注意：内容管理是BotHub平台中最重要的功能之一，这里的知识点可是重中之重，在这我们将详细为您介绍内容结构，要仔细看哦！
- [文本、图片和视频卡片](https://bothub.gitbook.io/project/basic-knowledge/content-management/basic-cards.md): 在这里，我们将为您一一介绍内容管理中您可使用的内容编辑类型。
- [菜单卡片及各类按钮](https://bothub.gitbook.io/project/basic-knowledge/content-management/menu-card.md): 在这里，我们将为您一一介绍内容管理中您可使用的内容编辑类型。
- [橱窗卡片以及快捷回复](https://bothub.gitbook.io/project/basic-knowledge/content-management/gallery-card.md): 在这里，我们将为您一一介绍内容管理中您可使用的内容编辑类型。
- [列表卡片](https://bothub.gitbook.io/project/basic-knowledge/content-management/list-card.md): 在这里，我们将为您一一介绍内容管理中您可使用的内容编辑类型。
- [系统设置介绍](https://bothub.gitbook.io/project/basic-knowledge/content-management/system-settings.md): 在这里，我们将介绍系统设置中的内容，基础设置就是这么简单！
- [标签化内容](https://bothub.gitbook.io/project/basic-knowledge/content-management/message-tags.md): 在「标签化内容」中，您可以创建、删除、分组管理您的「标签化消息」。
- [广告消息](https://bothub.gitbook.io/project/basic-knowledge/content-management/messenger-ads.md): 新增广告消息栏，让您能够更有效的管理广告内容,便于后期数据整合及分析。
- [受众人群](https://bothub.gitbook.io/project/basic-knowledge/audience.md)
- [查看历史消息](https://bothub.gitbook.io/project/basic-knowledge/audience/history.md): 查看历史消息，让我们更全面的了解客户吧～
- [推送事件](https://bothub.gitbook.io/project/basic-knowledge/audience/events.md): 怎样无缝连接您的网站与 Messenger？来这里看看～
- [消息群发](https://bothub.gitbook.io/project/basic-knowledge/push-messages.md)
- [广播消息](https://bothub.gitbook.io/project/basic-knowledge/push-messages/broadcast-message.md): 在这一章节，教你怎样推送营销内容给24小时内聊天的用户～
- [订阅消息](https://bothub.gitbook.io/project/basic-knowledge/push-messages/subscription-message.md): 可以推送新闻消息给到订阅过的用户，怎样创建订阅消息，我们来了解一下。
- [多时区支持](https://bothub.gitbook.io/project/basic-knowledge/push-messages/timezone-support.md): 如何使用用户的时区进行推送？这里有答案～
- [问卷调研](https://bothub.gitbook.io/project/basic-knowledge/push-messages/survey.md): 使用问卷调研功能，来收集并整理用户的反馈。
- [Handover Protocol](https://bothub.gitbook.io/project/basic-knowledge/handover-protocol.md): Handover Protocol —— 让 Bot 回复和人工回复切换自如
- [人工智能](https://bothub.gitbook.io/project/basic-knowledge/ai.md)
- [对话管理](https://bothub.gitbook.io/project/basic-knowledge/ai/context.md)
- [识别优先级](https://bothub.gitbook.io/project/basic-knowledge/ai/shi-bie-you-xian-ji.md)


---

# 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:

```
GET https://bothub.gitbook.io/project/basic-knowledge.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.
