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

# Session Evaluation Setup

> How to setup session evaluation

![title](https://lytix-cdn.s3.amazonaws.com/documentationAssets/botEval/boteval-overview.gif)

Session evaluation is a way to evaluate the performance of a bot over a given session. The goal is to take a conversation between a user and a bot and evaluate the performance of the bot over the course of the conversation. This can then be used to track performance over time and identify regressions.

## Get Started

Get started by setting up your API key and choosing your language in the sidebar to the left

<CardGroup cols={2}>
  <Card title="Push Sessions" icon="code" href="/SessionEvaluation/session-evaluation-push-sessions">
    Start pushing sessions to the platform
  </Card>

  <Card title="API Reference" icon="screwdriver-wrench" href="/api-reference/endpoint/bot-eval">
    View the API reference for the session evaluation API
  </Card>
</CardGroup>
