> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/view-conversation-messages.md).

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

### Initial Conversation Messages

The **View Conversation Messages** link on your application/bot **Details** page will take you to the **Conversation Messages** page.

#### To set initial messages:

1. Type **`init`** into the **Search** field at the top of the page.

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

2. Review the list of **initial messages** and choose (or edit and then choose) the message that you want bot users to see on their first interaction with your application/bot. If you choose more than one initial message, the messages will alternate when new users interact with the bot.
3. Choose (or edit and then choose) an **initial recommendation** message for the bot users (optional).

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

4. Type **`toxic`** into the Search field at the top of the page.
5. Select (or edit and then select) the message that you want to appear if a user types an inappropriate message into your application/bot.

### **Enhanced Small Talk and Toxicity Option**

Choose the **Handle Small Talk and Toxicity** option when you’re creating an **Aisera 2.0 Application/Bot** to override the previous settings with the updated Small Talk and Toxicity option.

<div align="left"><img src="https://docs.aisera.com/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FiZkLJr3EjXkd2tHYiQJP%2Fblobs%2FmOdBQQnsMxZ9ouac4hUL%2FUnknown%2520image&#x26;width=768&#x26;dpr=3&#x26;quality=100&#x26;sign=33c7a3e0&#x26;sv=2" alt="" width="563"></div>

This updated option incorporates the context of the conversation as well as the different search features available for each bot.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aisera.com/aiseragpt/how-to-set-up-an-aiseragpt-bot/view-conversation-messages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
