# Installation

## Package Overview

Tilebox offers a Go SDK for accessing Tilebox services. The Tilebox command-line tool includes `tilebox dataset generate`, which generates Go protobuf types for Tilebox datasets.

[tilebox-go](https://github.com/tilebox/tilebox-go)

Datasets and workflows client for Tilebox

[Tilebox CLI](/docs/agents-and-ai-tools/tilebox-cli)

Command-line tools to query datasets, run workflows, and generate Go dataset types

## Installation

Add `tilebox-go` to your project.

```bash title="Shell"
go get github.com/tilebox/tilebox-go
```

Install the Tilebox command-line tool on your machine.

```bash title="Shell"
curl -fsSL https://install.tilebox.com/cli.sh | sh
```
