# Search and Filter Dialog

Sometimes you might need to search dialog. Perhaps it's because you have so many dialogues. It will take a long time to seek for dialog one by one if you do it manually. Therefore, you'll require a search dialog feature to make finding dialog easier. On the **Dialog Flows** page, you may search dialog based on the dialog name.

![Search Dialog](/files/-McT4ositmpYUJ-pgGQJ)

You can also use the filter feature to filter dialogs based on existing group dialog. Using this filter allows you to quickly see which dialog belongs to the group dialog that you have defined.

![Filter Dialog](/files/-McT6bJBcxw3qr89clYQ)


---

# 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/5.1.x/bot-settings/dialog-flows/search-and-filter-dialog.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.
