> For the complete documentation index, see [llms.txt](https://help.beboo.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.beboo.vn/readme.md).

# Help Center

<h2 align="center"><strong>Bạn cần liên hệ với BeBoo?</strong></h2>

<p align="center">Hãy liên hệ với tụi mình qua các kênh sau nha!</p>

<p align="center"><i class="fa-clock">:clock:</i> 8:30 - 22:00 tất cả các ngày trong tuần</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-message">:message:</i></td><td><h4>Zalo chat     </h4></td><td>0896 939 068</td><td><a href="https://zalo.me/0896939068" class="button primary">Chat ngay</a></td><td><a href="https://zalo.me/0896939068">https://zalo.me/0896939068</a></td></tr><tr><td><i class="fa-message">:message:</i></td><td><h4>Zalo bảo hành</h4></td><td>0777 00 48 46</td><td><a href="https://zalo.me/0777004846" class="button primary">Chat ngay</a></td><td><a href="https://zalo.me/0777004846">https://zalo.me/0777004846</a></td></tr><tr><td><h4><i class="fa-message-minus">:message-minus:</i></h4></td><td><h4>Cộng đồng BeBoo 3</h4></td><td>trên Zalo</td><td><a href="https://zalo.me/g/ymiwzu632" class="button primary">Tham gia</a></td><td><a href="https://zalo.me/g/ymiwzu632">https://zalo.me/g/ymiwzu632</a></td></tr><tr><td><i class="fa-message-minus">:message-minus:</i></td><td><h4>Cộng đồng BeBoo 2</h4></td><td>trên Zalo</td><td><a href="https://zalo.me/g/akhxer072" class="button secondary">Đã đủ 1.000 khách</a></td><td></td></tr><tr><td><i class="fa-message-minus">:message-minus:</i></td><td><h4>Cộng đồng BeBoo 1</h4></td><td>trên Zalo</td><td><a href="https://zalo.me/g/uspcca791" class="button secondary">Đã đủ 1.000 khách</a></td><td><a href="https://zalo.me/g/uspcca791">https://zalo.me/g/uspcca791</a></td></tr><tr><td><h4><i class="fa-facebook-messenger">:facebook-messenger:</i></h4></td><td><h4>Facebook</h4></td><td>BeBoo.vn</td><td><a href="https://www.facebook.com/beboo.vn/" class="button primary">Chat ngay</a></td><td><a href="https://www.facebook.com/beboo.vn/">https://www.facebook.com/beboo.vn/</a></td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><h4>Email 1</h4></td><td>beboo.hotro@gmail.com</td><td><a href="mailto:beboo.hotro@gmail.com" class="button primary">Gửi email</a></td><td><a href="mailto:beboo.hotro@gmail.com">mailto:beboo.hotro@gmail.com</a></td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><h4>Email 2</h4></td><td>beboo.cskh@gmail.com</td><td><a href="mailto:beboo.hotro@gmail.com" class="button primary">Gửi email</a></td><td></td></tr></tbody></table>


---

# 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://help.beboo.vn/readme.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.
