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

# GO SDK

> Install and use the Moonbounce Go SDK.

## **GO**

* **Package**: `github.com/clavataai/gosdk`
* **Installation**:

```
go get github.com/clavataai/gosdk
```

* **Repository:** Available on [pkg.go.dev](https://pkg.go.dev/github.com/clavataai/gosdk).

The Go SDK enables developers to interact with Moonbounce's API using Go, simplifying tasks such as job submission and policy management.

## Labels v2 Evaluation

Labels v2 evaluation is currently beta and exposed through the beta namespace:

```go theme={null}
resp, err := client.Beta().EvaluateLabels(ctx, &clavata.EvaluateLabelsRequest{
    Content:         clavata.NewTextContent("Text to evaluate"),
    LabelVersionIDs: []string{"label-version-id-1", "label-version-id-2"},
    Threshold:       0.5,
})
```

Request and response type names remain stable, including `EvaluateLabelsRequest` and `EvaluateLabelsResponse`.

## We'd Love to Hear From You

Whether you have a suggestion, feedback, or a bug to report, here are the best ways to get in touch:

* **In the App:** Use the **Feedback button** for direct suggestions.
* **On Slack:** Reach out to the team in your shared channel.
* **With your AM:** Talk to your dedicated account manager.
* **Via Email:** Send a message to [**support@moonbounce.io**](mailto:support@moonbounce.io).
* **Security, availability, or other incidents:** Use the in-app **Feedback button** or email [**support@moonbounce.io**](mailto:support@moonbounce.io). See [Customer Feedback](/feedback/customer_feedback) for what to include.
