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

# Overview

> Deploy trained Luna metrics from the Luna Studio SDK to Galileo.

Once you are satisfied with your trained Luna metric's performance and compliance checks, you can deploy it to Galileo and use it across evaluation, observability, and guardrails.

## Registering a metric in Galileo

The SDK provides `register_metric_to_galileo(...)` for the final deployment step. After your model weights are available, registration creates or updates the scorer version in Galileo.

## Where to go next

<CardGroup cols={2}>
  <Card title="Register metric in Galileo" icon="upload" href="/luna-studio/sdk/deployment/register-metric-in-galileo">
    Follow the code-first deployment flow to publish a trained metric.
  </Card>

  <Card title="Luna Studio UI registration flow" icon="wand-magic-sparkles" href="/luna-studio/ui/runs/register-metric">
    See the equivalent registration step in the Luna Studio web app.
  </Card>
</CardGroup>
