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

# Website

- [Xem giá](https://docs.biggee.vn/website/xem-gia.md): Bài viết này sẽ hướng dẫn bạn tìm kiếm thông tin giá nhà đất/căn hộ trên website Biggee.vn cũng như giải thích các thông tin trên kết quả giá.
- [Định giá](https://docs.biggee.vn/website/dinh-gia.md): Hướng dẫn định giá và đăng bán nhà đất tại Biggee.vn
- [Search Engine](https://docs.biggee.vn/website/search-engine.md): Giái pháp tìm kiếm thông tin từ nhiều nguồn, dễ dàng phát hiện thông tin ảo
- [Bảng giá](https://docs.biggee.vn/website/bang-gia-nha-dat.md): Bảng giá nhà đất và căn hộ toàn quốc
- [Công cụ đánh giá căn hộ](https://docs.biggee.vn/website/danh-gia-can-ho.md): Công cụ đánh giá xếp hạng chung cư đầu tiên tại Việt Nam
- [Đăng ký và thanh toán dịch vu](https://docs.biggee.vn/website/dang-ky-dich-vu.md): Hướng dẫn đăng ký và thanh toán dịch vụ
- [Check tin đăng ảo](https://docs.biggee.vn/website/check-tin-dang-ao.md): Công cụ nhận biết tin đăng ảo giúp bạn không mất thời gian!
- [Giải pháp xác minh tin đăng bán nhà đất](https://docs.biggee.vn/website/giai-phap-xac-minh-tin-dang-ban-nha-dat.md): Giải pháp toàn diện từ tìm kiếm, xác minh và so sánh thông tin giao dịch giúp người dùng có quyết định chính xác


---

# 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://docs.biggee.vn/website.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.
