# Conversations

## Review Past Conversations

This is where you can see and review all of the conversations from each AI chatbot.

Conversations is where you can review all past conversations of the AI chatbot.

From this view you can apply filters, review captured lead data, and train better responses.

<figure><img src="/files/3f6BqPWmq2Na2BoLx36e" alt=""><figcaption><p>Conversations</p></figcaption></figure>

### Apply Filters

Control the time-window for when conversations have been created.

<figure><img src="/files/Cowdgfaj9vPH9n1MiNjY" alt=""><figcaption><p>Apply filter</p></figcaption></figure>

## Conversation Links

This will show the full history of a conversation.

Conversation links allow users to view the entire history of a conversation through a public link, no-sign in required.

You can go to any conversation and copy the link of the of that conversation and open or send to anyone.

They can view the conversation in its entirety through this landing page.

<figure><img src="/files/E4bohL28nRXAs3dA5m4b" alt=""><figcaption><p>Share conversation</p></figcaption></figure>

<figure><img src="/files/wkQfzoFL16WNwqN0HuCD" alt=""><figcaption><p>Shared conversation</p></figcaption></figure>

## Training Better Responses

Keep your chatbot's knowledge base up to date with how users are actually engaging with it.

There are two ways to update the knowledge base with better responses.

### Option 1: Chatbot Dashboard Tab

When you are using the chatbot inside your dashboard, you can ask it a question, observe the response and then if you don't like it then you can click the button "Train Better Response" and type in the appropriate response as you see fit.

<figure><img src="/files/l8rrAz3iwlxizR2yaTgO" alt=""><figcaption><p>Trai Better Response</p></figcaption></figure>

When you click save, the query and response will be added to the Q/A section of the knowledge base.

<figure><img src="/files/YlxV5zqcjVSgRSIgtrl5" alt=""><figcaption><p>Train better response</p></figcaption></figure>

### Option 2: Chatbot Conversations Tab

You can monitor the conversations your chatbot is having with customers and train better responses as needed from this window as well.

This is useful to keep track of any answers that may be slightly "off".

When you save a better response from this area, it is also saved to the Q/A section of the knowledge base.

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


---

# 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.gpt4business.ai/getting-started/conversations.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.
