> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gleap.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Conversations

<img src="https://mintcdn.com/gleap-1d346ffa/MCCg3Pia7IrMFFzd/images/Conversations.png?fit=max&auto=format&n=MCCg3Pia7IrMFFzd&q=85&s=5957021512389e3e520d72b1bc1eb5b6" alt="Conversations" width="2045" height="1133" data-path="images/Conversations.png" />

## Start a new conversation

You can manually start a new conversation with the following method:

```javascript theme={null}
Gleap.startConversation(showBackButton: true);
```

Open the conversation history

If you'd like to manually show the conversation history of the Gleap widget, you can do so by calling the following method:

```javascript theme={null}
Gleap.openConversations(showBackButton: true);
```
