> For the complete documentation index, see [llms.txt](https://tailieu.smax.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailieu.smax.bot/3.-cac-tinh-nang-chinh/_3.10-cau-hinh/__3.10.1-connect-page.md).

# \_\_3.10.1 Connect Page

Để bot có thể chạy được bạn cần phải kết nối bot với 1 fanpage.

* Tại một thời điểm, mỗi bot chỉ kết nối được 1 page và 1  page chỉ kết nối được 1 bot.
* Bạn có thể kết nối bot với một page khác bằng cách UnConnect trong cấu hình rồi kết nối bot đó với page mong muốn.

Lưu ý: khi chưa thuần thục về chatbot, chỉ nên kết nối page của bạn với 1 nền tảng bot duy nhất để tránh gửi nhiều kịch bản cùng lúc gây xung đột vào tạo khó chịu cho khách hàng.&#x20;

## 1. Kết nối với page:&#x20;

Xem lại \_1.2 Kết nối bot với Fanpage.

{% content-ref url="/pages/-Ln2ylchLGOAxw9KTmh2" %}
[\_1.2 Kết nối bot với Fanpage](/bat-dau-voi-smax.bot/_1.2-ket-noi-bot-voi-fanpage.md)
{% endcontent-ref %}

Khi bạn chưa kết nối với bất kì page nào, giao diện hiển thị danh sách tất cả page của bạn

.

![Giao diện connect Page](/files/-MdpFWjECLilSm1dYLjX)

Chọn Reaload nếu page của bạn chưa hiện, chọn cấp lại quyền để kết nối thêm page

![](/files/-MdpFbNughnnDJiy3PfD)

## 2. Tạm dừng bot

Chọn tắt reply để tạm dừng bot.&#x20;

![](/files/-MdpFv6KjYrRhvzEzVDK)

Lưu ý:&#x20;

* Chức năng này chỉ dùng khi có người trực page muốn nhắn tin với khách hàng và không muốn các tính năng của bot hoạt động trên page trong thời gian đó. Bật lại reply khi muốn bot hoạt động trở lại.
* Trong trường hợp muốn tắt bot trên 1 user nào đó:                                                                                Khách Hàng → Chọn User muốn ngừng reply → Chọn Unsubscribe                                                                                         &#x20;

![](/files/-MdpGHKzqUYLrhGYzlNy)


---

# 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://tailieu.smax.bot/3.-cac-tinh-nang-chinh/_3.10-cau-hinh/__3.10.1-connect-page.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.
