# Tìm kiếm kiến thức của bạn

## Tìm kiếm trong Rememberizer

* Trong thanh điều hướng, chọn **Cá nhân > Tìm kiếm Kiến thức của Bạn**. Sau đó, bạn sẽ thấy trang tìm kiếm trong Rememberizer

{% hint style="info" %}
Tìm kiếm của Rememberizer sử dụng các nhúng vector tiên tiến để tìm nội dung tương tự về mặt ngữ nghĩa thay vì chỉ khớp từ khóa. Để tìm hiểu thêm về cách công nghệ này hoạt động, xem [Nhúng Vector là gì và Cơ sở Dữ liệu Vector?](/vi/background/what-are-vector-embeddings-and-vector-databases.md)

Các nhà phát triển có thể truy cập khả năng tìm kiếm ngữ nghĩa này thông qua API. Xem [Tìm kiếm tài liệu theo sự tương đồng ngữ nghĩa](/vi/tai-nguyen-cho-nha-phat-trien/api-docs/search-for-documents-by-semantic-similarity.md) để biết thêm chi tiết.
{% endhint %}

<figure><img src="/files/8yH91d75UgkinA5OyuUH" alt="navbar search rememberizer (1)"><figcaption></figcaption></figure>

<figure><img src="/files/NeoKABHppiA7Xd5p9SlD" alt="search rememberizer page"><figcaption></figcaption></figure>

* Gõ câu hỏi hoặc chủ đề bạn muốn tìm kiếm, sau đó chọn memento mà bạn muốn giới hạn quyền truy cập của ứng dụng và nhấn nút Rememberizer (hoặc nhấn Enter). Quá trình tìm kiếm có thể mất vài phút, tùy thuộc vào lượng dữ liệu trong Memento.

<figure><img src="/files/SE18WUqds7b0xxkzyGSy" alt="Memento Filtering in search Rememberizer" width="269"><figcaption><p>Lọc Memento trong tìm kiếm Rememberizer</p></figcaption></figure>

* Cuối cùng, bạn sẽ thấy danh sách các tài liệu phù hợp với câu hỏi hoặc chủ đề bạn yêu cầu. Bạn có thể nhấp vào tệp và nó sẽ hiển thị đoạn văn bản phù hợp liên quan đến câu hỏi hoặc chủ đề của bạn.

<figure><img src="/files/36KjzNyNFD6bJkWuossp" alt="An example of search result"><figcaption><p>Ví dụ về kết quả tìm kiếm</p></figcaption></figure>


---

# Agent Instructions: 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://docs.rememberizer.ai/vi/su-dung-ca-nhan/personal/search-your-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.
