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

# Examples

> Get started quickly with standalone, runnable examples that demonstrate common patterns for building workflows and accessing datasets with the Go SDK.

To quickly become familiar with the Go client, you can explore some standalone examples.

You can access the examples on [<Icon icon="github" /> GitHub](https://github.com/tilebox/tilebox-go/tree/main/examples).
More examples can be found throughout the docs.

## Workflows examples

<Columns cols={2}>
  <Card title="Hello World" icon="hand-wave" href="https://github.com/tilebox/tilebox-go/tree/main/examples/workflows/helloworld" horizontal>
    How to use Tilebox Workflows to submit and execute a simple task.
  </Card>

  <Card title="Protobuf tasks" icon="file-code" href="https://github.com/tilebox/tilebox-go/blob/main/examples/workflows/protobuf-task" horizontal>
    How to submit a task and run a workflow using protobuf messages.
  </Card>

  <Card title="Axiom Observability" icon="chart-gantt" href="https://github.com/tilebox/tilebox-go/tree/main/examples/workflows/axiom" horizontal>
    How to set up tracing and logging for workflows using Axiom observability platform.
  </Card>

  <Card title="OpenTelemetry Observability" icon="eye" href="https://github.com/tilebox/tilebox-go/blob/main/examples/workflows/opentelemetry" horizontal>
    How to set up tracing and logging for workflows using OpenTelemetry.
  </Card>
</Columns>

## Datasets examples

<Columns cols={2}>
  <Card title="Query" icon="server" href="https://github.com/tilebox/tilebox-go/blob/main/examples/datasets/query/main.go" horizontal>
    How to query datapoints from a Tilebox dataset.
  </Card>

  <Card title="Ingest and delete" icon="up-from-bracket" href="https://github.com/tilebox/tilebox-go/blob/main/examples/datasets/ingest/main.go" horizontal>
    How to create a collection, ingest datapoints, and then delete them.
  </Card>
</Columns>
