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

# Installation

> Install the Legnext Go SDK

## Install Package

```bash theme={null}
go get github.com/legnext-ai/sdks/sdks/go
```

## Requirements

* **Go**: Version 1.16 or higher

## Dependencies

The SDK requires these dependencies:

```bash theme={null}
go get github.com/stretchr/testify/assert
go get golang.org/x/net/context
```

## Import Package

```go theme={null}
import legnext "github.com/legnext-ai/sdks/sdks/go"
```

## Verify Installation

```bash theme={null}
go list -m github.com/legnext-ai/sdks/sdks/go
```
