# Add Conversation Messages

### To View or Add Conversation Messages <a href="#pdf-page-iyfi5acxi9q50yv2dfmn-to-view-or-add-conversation-messages" id="pdf-page-iyfi5acxi9q50yv2dfmn-to-view-or-add-conversation-messages"></a>

1. Choose **Settings > AiseraGPT**, and then choose your bot from the virtual assistants shown on the page.
2. Click **View App Conversation Messages**<br>

   <div align="left"><figure><img src="/files/uxD71q6IvLZLhKj7vKlR" alt="" width="410"><figcaption><p>View Default Conversation Messages</p></figcaption></figure></div>
3. You now see the default conversation messages that your bot can use. If you’d like to use your own conversational phrases, choose the **Import** drop-down option from the **Actions** button, in the upper-right corner.<br>

   <figure><img src="/files/mt30wBkwJJkCEas8Bv92" alt=""><figcaption></figcaption></figure>

### To Import Conversation Messages

The **Import** command will allow you to choose a file in JSON format to import. Select the **Paper Clip** icon  to browse for the file you want to upload.

<div align="left"><figure><img src="/files/0epop0sPogQmyOlGq3u6" alt="" width="563"><figcaption><p>Imported Conversation Messages</p></figcaption></figure></div>

### To Export Conversation Messages

If you’d like to export the conversation messages, choose the Export drop-down option from the **Actions** button in the upper-right corner. Select the checkboxes next to the phrases that you want to export, before you click the **OK** button.

<figure><img src="/files/eqVWntEkV5POpFnauc0r" alt=""><figcaption><p>Choose Messages to Export</p></figcaption></figure>

### To Edit Conversation Messages

To edit a conversation message click the **Pencil** icon on the right side of the entry to open the **Edit Conversation** modal.

<figure><img src="/files/whUyYANuDcet2hS0zpYG" alt=""><figcaption><p>Choose Conversation Message to Edit</p></figcaption></figure>

You will see a dialog box that allows you to modify the message.

<div align="left"><figure><img src="/files/9345Eh5NtTZ7tj6U2fbC" alt="" width="563"><figcaption></figcaption></figure></div>

\ <br>


---

# 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.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/add-conversation-messages.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.
