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

# Luna Studio

> Choose the Luna Studio UI or SDK path for building, training, and deploying custom Luna evaluators.

<img className="block dark:hidden h-10 my-6" src="https://mintcdn.com/agent-observability-docs/Y4gaVgpsSUs8MBdT/images/luna-studio/logo/light.svg?fit=max&auto=format&n=Y4gaVgpsSUs8MBdT&q=85&s=223003a5a3f88a02a02c43cbbc6b0b94" alt="Luna Studio" noZoom width="268" height="48" data-path="images/luna-studio/logo/light.svg" />

<img className="hidden dark:block h-10 my-6" src="https://mintcdn.com/agent-observability-docs/Y4gaVgpsSUs8MBdT/images/luna-studio/logo/dark.svg?fit=max&auto=format&n=Y4gaVgpsSUs8MBdT&q=85&s=e2b18e53c138087db47dea08fc5dbebb" alt="Luna Studio" noZoom width="268" height="48" data-path="images/luna-studio/logo/dark.svg" />

Luna Studio is Splunk Agent Observability's end-to-end environment for creating custom evaluators tuned to your AI system. Use the **UI** when you want a guided workflow in the web app, or use the **SDK** when you want to generate data, train, evaluate, and deploy evaluators in code.

<Note>
  **Enterprise tier and your own deployment.** Luna Studio is part of the enterprise tier of Splunk Agent Observability and is deployed by Splunk Agent Observability into your own cluster or cloud. See [Availability and deployment](/luna-studio/ui/availability), or [contact
  us](https://www.splunk.com/en_us/about-splunk/contact-us.html) to get started.
</Note>

## Choose your path

<CardGroup cols={2}>
  <Card title="Luna Studio UI" icon="wand-magic-sparkles" href="/luna-studio/ui/index">
    Use the web app to configure integrations, create projects, build training runs, and register evaluators with a guided workflow.
  </Card>

  <Card title="Luna Studio SDK" icon="square-terminal" href="/luna-studio/sdk/overview">
    Use Python and YAML configuration to generate data, fine-tune Luna evaluators, evaluate outputs, and deploy them to Splunk Agent Observability.
  </Card>
</CardGroup>

## What each section covers

### UI

If you have the UI deployed to your org, you can use the web application to configure integrations, create projects, build training runs, and register evaluators with a guided workflow.

### SDK

If you have the SDK installed in your org, you can use the Python package to generate data, fine-tune Luna evaluators, evaluate outputs, and deploy them to Splunk Agent Observability.

## Start here

<CardGroup cols={2}>
  <Card title="UI quickstart" icon="rocket" href="/luna-studio/ui/quickstart">
    Follow the guided product flow from setup to a registered evaluator in the Luna Studio web app.
  </Card>

  <Card title="SDK overview" icon="book-open" href="/luna-studio/sdk/overview">
    Start with the code-first workflow for training and deploying a Luna evaluator with the SDK.
  </Card>
</CardGroup>

## Where to go next

* Want the guided product workflow? Start with the [Luna Studio UI overview](/luna-studio/ui/index).
* Prefer a code-first path? Start with the [Luna Studio SDK overview](/luna-studio/sdk/overview).
* Need deployment details? Read [Availability and deployment](/luna-studio/ui/availability).
* Looking for troubleshooting help? Check the [UI troubleshooting guide](/luna-studio/ui/reference/troubleshooting).
