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

# Exports

> Learn how to export your logs and evaluation data in Maxim. Download your logs and their associated evaluation data in a single CSV file, with options to filter exports based on your specific requirements and time ranges.

export const MaximPlayer = ({url}) => {
  return <iframe className="border-background-highlight-secondary h-full w-full rounded-md border-2 aspect-video" src={url} allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>;
};

## How to Export Logs and Evaluation Data?

Download your logs and their associated evaluation data in a single CSV file. Filter the export based on your specific requirements and time ranges.

## Export logs and evaluation data

<Steps>
  <Step title="Access export option">
    Open the log repository and select Export CSV option from the top-right menu.
  </Step>

  <Step title="Configure export parameters">
    Select date range and apply filters for specific logs.
  </Step>

  <Step title="Complete export">
    Click Export CSV in the confirmation dialog.
  </Step>
</Steps>

<MaximPlayer url="https://drive.google.com/file/d/1f4ya56ZbmVbUnwjCAYJ6moL5RdaQa5HA/preview" />

## Your CSV export contains:

* Log entries with timestamps.
* Evaluation metrics for each log.
* Individual scores and evaluator feedback.
