# Search Knowledge

Sometimes, you might need to search 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.**

<figure><img src="/files/mtWZo6avpc4uuiaKjrZ0" alt=""><figcaption><p>Search Knowledge</p></figcaption></figure>

<figure><img src="/files/hd36ctpgn28KarnO50sC" alt=""><figcaption><p>Search Knowledge with Question</p></figcaption></figure>

<figure><img src="/files/7E3s8zudieE0eWf3VvFi" alt=""><figcaption><p>Search Knowledge with Title</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.3dolphins.ai/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.
