# Attach Dialog

The Dialog is a branching conversation flow that defines responses to the defined intents and entities. You can attach the dialog skill of Bot respond to questions from your customers.

If you want to attach a dialog to the bot, click the **'Dialog'** button (<img src="/files/-MRPVVOKeXDPIdvphqD8" alt="" data-size="line">). Then, you will see a pop-up of dialog skill, select dialog, and click the **'Attach'** button (<img src="/files/-MRPVVOLEhQtUz6y9xm2" alt="" data-size="line">). If dialog skill changes to green, it's indicated the dialog success attach to your bot.

![Dialog Skills](/files/muQxGtB1befXmi8H9D68)

You can also filter dialogs by dialog status. Select the **'Active status'** button to display the dialog currently being used by the bot, or select the **'No status'** button to display the dialog that the bot is not using.

![Filter Active Dialog ](/files/kUoxGkbcDzP2pTmSlLfC)

Or, you can also use filters by group dialog. Select the group dialog you want to display at the upper right of the form dialog skill. For example, we will use the 'Tempat Wisata' group, then the system will display all the dialogs included in that group dialog. To find out more about the group dialog, you can see [this](/bot-settings/dialog-flows/untitled-1/build-dialog-model.md) page.

![Filter Group Dialof](/files/ZYOv7fR2TfPFut8qQD05)

You may also use the search function to find the intended dialog to attach by entering keywords from its name.

![Search Dialog](/files/gxVZLL5PfbLp1QccCzft)


---

# 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/bot-manager/create-new-bot/attach-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.
