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

# Go

> Use the Openlayer Go SDK to interact with the Openlayer platform

You can use the `openlayer` Go SDK to interact with the Openlayer platform.

## Install

You can install the `openlayer` Go SDK with

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

## Learn more

To learn more about the `openlayer` Go SDK, check out the GitHub repository:

<Card title="SDK GitHub repository" icon="github" iconType="duotone" href="https://github.com/openlayer-ai/openlayer-go">
  Check out the source code of the Go SDK.
</Card>
