# (6) Edit Dialogue

### Things you should know

* How to edit messages
* ‌How to edit menu

### Main Points

* **Purpose**: provide the content for bot to respond.
* **Editing message**: Edit **the content for the bot to respond**.
* **Editing Menu**: Menu is **a list of buttons** set under the message dialogue.

### ‌Editing Messages

1. On the left panel, click on **`My Bot`** > **`Dialogue`**
2. Press **`+ Message Group`** and rename.
3. Press **`+`** to add a new message and name it.
4. You can customize the message by using different kinds of elements. ‌

![](/files/-LpS11FAxg-obBsjP9IR)

### ‌Default Message Group

1. On the left panel, select **`My Bot`** > **`Dialogue`**
2. There are two default messages **`Welcome Message`** , **`Default Reply`**
3. You can edit the content of the messages as you want.

![](/files/-LpS14fslXRBsggzqZiy)

### Editing Menu

1. On the left panel, click on **`My Bot`** > **`Menu`**
2. There are two built-in functions **`Greeting Text`** and **`Persistent Menu`**
3. You can also edit them as you prefer.


---

# 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-en.yoctol.ai/chatbot-building-guide/6-edit-dialogue.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.
