> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/bot-settings/faq-knowledge/search-and-filter-knowledge.md).

# Search and Filter Knowledge

Sometimes, you might need to search a knowledge. Maybe it’s because you have a lot of knowledge. If you are looking for knowledge manually one by one, it will take a long time. Therefore, you need a search knowledge feature to make it easier for you to find knowledge. On the FAQ Knowledge page, you can search knowledge based on *title* and *question*.

![Search Knowledge](/files/-MRZHIRZ4Nb6A4crIvrA)

After reviewing the search results from the above, you may want to filter the knowledge page to find the best results. In the 3dolphins system, you can filter knowledge by *‘created’, ‘title’* and *‘last modification’* which you can filter by *ascending* or *descending*.

![Order by Last Modified](/files/-MRZHhniQn1dlciy71kz)


---

# 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:

```
GET https://docs.3dolphins.ai/5.1.x/bot-settings/faq-knowledge/search-and-filter-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.
