# Dialog Flows

In this section, we will explain how to make an easy dialog. A dialog is a multiple sequence conversation that defines responses to the defined intents and entities. You use the dialog in the menu **Dialog Flows** to create conversations with users to provide responses. This dialog also can be used to automate services, or anything related to user personalization and preferences.&#x20;

Go to **Bot Settings** and click the **Dialog Flows** menus, then you will see a dialog flows page such as the images below

![Dialog Flows](/files/-MRTtxPmPFKaOPcBDO8l)

**Component Explanation:**

| Icon                                                                | Name of Icon  | Description                  |
| ------------------------------------------------------------------- | ------------- | ---------------------------- |
| <img src="/files/-MRTyC9ivV4YrtoLE92r" alt="" data-size="original"> | Clone Dialog  | The trainer can clone dialog |
| <img src="/files/-MRTyr1F0S0MV9RoMFM6" alt="" data-size="original"> | Edit Dialog   | Process to update dialog     |
| <img src="/files/-MRTz47w10OvaY3rQjl3" alt="" data-size="original"> | Delete Dialog | Process to remove dialog     |


---

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