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

# Chat History

Chat history allow users to search, browse and resume their past conversations.

If data persistence is enabled but the user is not authenticated, the conversations will be stored but users won't be able to see the chat history.

You need both data persistence and [authentication](/authentication) configured to enable the chat history.

<Frame caption="Chat History">
  <img src="https://mintcdn.com/chainlit-43/b2WeFP1vh0enOZXn/images/history.gif?s=46f7d292c76597ada3caf20e8e9bfafd" width="1220" height="720" data-path="images/history.gif" />
</Frame>

## Resume a conversation

To let users continue persisted conversations, use [cl.on\_chat\_resume](/api-reference/lifecycle-hooks/on-chat-resume).

<Frame caption="Resuming a conversation">
  <img src="https://mintcdn.com/chainlit-43/b2WeFP1vh0enOZXn/images/chat-resume.gif?s=8863d52d632fe71bb311c5019ee73993" width="2712" height="1080" data-path="images/chat-resume.gif" />
</Frame>
