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

# Running Evals via SDK

<Info>
  See the [Python SDK reference](/api-reference/evals/running-evals/).
</Info>

### Running evals programmatically using Python SDK[](#running-evals-programmatically-using-python-sdk)

Here's a 1-minute [video tutorial ](https://www.loom.com/embed/c20aeb829bc3487f9a282222c9d1de97) showcasing how you can quickly run pre-built evals, and view the results on the dashboard.

<div
  style={{
position: "relative",
paddingBottom: "60.40268456375839%",
height: "0",
}}
>
  <iframe
    src="https://www.loom.com/embed/c20aeb829bc3487f9a282222c9d1de97"
    frameBorder="0"
    webkitAllowFullScreen
    mozAllowFullScreen
    allowFullScreen
    style={{
  position: "absolute",
  top: "0",
  left: "0",
  width: "100%",
  height: "100%",
}}
  />
</div>

The easiest way to get started is to use one of our [Example Notebooks](evals/cookbooks) as a starting point.

For more detailed guides, you can follow the links below to get started running evals using Athina.

* [Quick Start Guide](/evals/quickstart)
* [Run an eval](/api-reference/evals/running-evals/run-single-eval)
* [Run an eval suite](/api-reference/evals/running-evals/run-eval-suite)
* [Create a custom eval](/evals/custom-evals)

***
