# Bot dialogs view

To open the Bot dialogs view:

1. Go to the **Bot builder** tab by hovering on it.
2. Click on **Bot dialogs**.

<figure><img src="/files/IdwLVDPE8MT5hvpBeBsl" alt=""><figcaption><p>The Bot dialogs view.</p></figcaption></figure>

To filter out your blocks:

1. Click on the **Filter** icon at the top right corner of the **Bot dialogs** view.
2. Define the filters that you would like.
3. Click on **Apply**.

<figure><img src="/files/c7zQRfSL2ASn4Rvbazsw" alt=""><figcaption><p>Filter out the blocks that you would like to see in the Bot dialogs view.</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.chatlayer.ai/navigation/bot-builder/bot-dialogs-view.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.
