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

# Usage Analytics

> Learn how to monitor and analyze the usage and performance metrics of your Pathors Agent.

This tutorial will show you how to monitor and analyze your Pathors Agent's Q\&A flow by reviewing chat history and decision details.

## Tutorial Video

<iframe width="100%" height="400" src="https://www.youtube.com/embed/BKYhRiP02Hk" frameborder="0" allowfullscreen />

## Overview

This video demonstrates how to use chat history to track your agent's Q\&A process, decision branches, tool usage, and debugging methods.

## Steps

1. **View Chat History**
   * Click "History" on the left to see all previous conversations.
   * Each record shows the time, content, model used, node ID, and processing duration.

2. **Analyze Decision Flow**
   * In the conversation details, you can see the agent's decision reasons, confidence level, and node transitions (e.g., reservation, offer alternative, register booking info).
   * If the agent uses a tool, you can view the tool's input and output.

3. **Session ID & Debugging**
   * Each full conversation is a Session. The Session ID is visible in the chat window.
   * If you encounter a system error, copy the problematic Session ID and share it with support for troubleshooting.

## Related Resources

* [Previous Tutorial: Custom Models & External Integrations](./pathors-tutorial-03-custom-integrations)
* [Back to Tutorial #1: Create Conversational Agent](./pathors-tutorial-01-create-agent)
* [Analytics API Reference](/api-reference/dataset)
