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

# 🧾 Chatlogs

> Complete guide to viewing, searching, and managing your chatbot conversation history

🎥 Refer to the setup video for a step-by-step visual guide:

<div
  style={{
position: "relative",
paddingBottom: "56.25%", // 16:9 aspect ratio
height: 0,
marginTop: "16px",
borderRadius: "14px",
overflow: "hidden",
}}
>
  <iframe
    src="https://www.youtube.com/embed/_RvKD7L94i4?si=3gu4lufjpK_dL-_f"
    title="chatlog Video"
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    allowFullScreen
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  borderRadius: "14px",
}}
  />
</div>

## Overview

The **Chatlogs** feature lets you view and manage all conversations handled by your chatbot. It helps you monitor interactions, investigate user issues, and analyze chatbot performance by providing detailed conversation history with powerful search and filtering options.

This guide walks you through how to access Chatlogs, search conversations, and apply date based filters.

## Accessing Chatlogs

<Steps>
  <Step title="Open the Dashboard">
    * Log in to your dashboard
    * Navigate to **Logs and Tracking** from the main menu
    * Click on **Chatlogs** in the left sidebar
  </Step>

  <Step title="View Chatlogs">
    * The Chatlogs screen opens with available conversation history
    * If no data is available, you’ll see **No chat history found**
  </Step>
</Steps>

<img src="https://mintcdn.com/neuraltalk/lL8KxG5DfvXuB77p/images/chatLogsDashboard.png?fit=max&auto=format&n=lL8KxG5DfvXuB77p&q=85&s=b26835dca4e6bb829750c6e5c83d81c3" alt="Chatlogs Dashboard" width="1910" height="854" data-path="images/chatLogsDashboard.png" />

## Chatlogs Interface

The Chatlogs interface is divided into three main sections for easier navigation and analysis.

### Search & Filters

Use the top search bar and filters to quickly locate conversations.

* **Search by Lead Data**: Find conversations using user-related information such as name, email, or other lead fields (if enabled).

* **Search by Session ID**: Locate a specific conversation by entering its unique session ID. This is especially useful for debugging or customer support cases.

* **Search by Message**: Use the **Search message** field to find specific keywords or phrases inside chat conversations.

### Chat List

The left panel displays conversations based on applied filters.

* **All Chats**: Displays every conversation associated with the chatbot.

* **Active Chats**: Shows currently ongoing or open conversations.

* **Closed Chats**: Displays completed or ended conversations.

If no conversations match your criteria, the system will display:\
**No chat history found**

### Chat Details

The right panel shows detailed information for the selected chat.

* **Conversation Messages**: View the full conversation between the user and the chatbot in chronological order.

* **Chat Metadata**: View additional chat details and session information.

## Filtering Chats by Date

You can narrow down conversations using predefined or custom date filters.

### Quick Date Filters

<CardGroup cols={2}>
  <Card title="Today" icon="calendar">
    View conversations from the current day.
  </Card>

  <Card title="Yesterday" icon="calendar-minus">
    View conversations from the previous day.
  </Card>

  <Card title="This Week" icon="calendar-range">
    View conversations from the current week.
  </Card>

  <Card title="This Month" icon="calendar">
    View conversations from the current month.
  </Card>
</CardGroup>

### Custom Date Range

<Steps>
  <Step title="Select Custom Range">
    Choose **Custom Range** from the date filter options.
  </Step>

  <Step title="Choose Dates">
    * Select a **Start Date**
    * Select an **End Date**
  </Step>

  <Step title="Apply or Clear">
    * Click **Apply** to filter chats
    * Click **Clear** to reset the filters
  </Step>
</Steps>

## No Chat History Found

You may see **No chat history found** when:

* No conversations occurred during the selected time range
* Applied filters are too restrictive
* The chatbot has not received any user messages yet

## Best Practices

* Review Chatlogs regularly to improve chatbot responses
* Use session ID search for faster issue resolution
* Filter chats by date to analyze trends over time
* Monitor closed chats to identify recurring user queries

## Next Steps

<CardGroup cols={2}>
  <Card title="Analytics" icon="chart-line" href="/analytics">
    Analyze chatbot performance and engagement metrics
  </Card>

  <Card title="Human Support" icon="graduation-cap" href="/setup/training-assistant">
    View and manage human support requests
  </Card>
</CardGroup>
