> 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/app-xem-gia-nha-dat/su-dung.md).

# Sử dụng

<figure><img src="https://blog.biggee.vn/wp-content/uploads/2024/10/gia-xung-quanh-1024x1024.png" alt=""><figcaption><p>Tính năng cho phép người dùng tìm kiếm giá nhà đất và căn hộ xung quanh vị trí của mình, trong một bán kính xác định. Dĩ nhiên, người dùng cần cho phép ứng dụng truy cập vị trí hiện tại để tìm kiếm.</p></figcaption></figure>

<figure><img src="https://blog.biggee.vn/wp-content/uploads/2024/10/tim-tu-khoa-1024x1024.png" alt=""><figcaption><p>Tính năng gợi ý thông tin giá nhà đất và căn hộ theo từ khóa người dùng nhập vào. Đây là tính năng bổ sung bên cạnh form tìm kiếm theo điều kiện có sẵn (tỉnh thành, quận huyện, phường xã, đường phố, dự án)</p></figcaption></figure>

<figure><img src="https://blog.biggee.vn/wp-content/uploads/2024/10/tim-dieu-kien-1024x1024.png" alt=""><figcaption><p>Tính năng hỗ trợ tìm chính xác khu vực hoặc dự án mà bạn muốn xem giá theo bộ danh sách có sẵn (tỉnh thành, quận huyện, phường xã, đường phố, dự án).</p></figcaption></figure>

<figure><img src="https://blog.biggee.vn/wp-content/uploads/2024/10/chi-tiet-1024x1024.png" alt=""><figcaption><p>Tính năng bổ sung cho phép người dùng xem chi tiết giá nhà đất hoặc dự án căn hộ chung cư từ kết quả tìm kiếm (tìm bằng form hoặc từ khóa)</p></figcaption></figure>

<figure><img src="https://blog.biggee.vn/wp-content/uploads/2024/10/trang-ca-nhan-1024x1024.png" alt=""><figcaption><p>Thông tin thành viên, gói đăng ký và các kết quả giá đã lưu</p></figcaption></figure>

<figure><img src="https://blog.biggee.vn/wp-content/uploads/2024/10/cac-ma-qr-1024x1024.png" alt=""><figcaption><p>Các mã QR liên quan trong quá trình đăng ký và sử dụng ứng dụng</p></figcaption></figure>

{% hint style="info" %}
​Sản phẩm miễn phí thì người dùng chính là sản phẩm
{% endhint %}


---

# 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/app-xem-gia-nha-dat/su-dung.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.
