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

# Introduction

> GoAkt — distributed actor framework for Go.

GoAkt is a distributed actor framework for Go, inspired by Erlang and Akka. It enables you to build reactive and
distributed systems with typed actor messages.

This documentation is designed for both **users** getting started with the framework and **collaborators** contributing
to the project. It focuses on concepts, architecture, and efficient usage patterns rather than exhaustive code examples.

## Requirements

* Go 1.26 or higher

## Quick Links

* [Getting Started](/getting-started/installation) — Installation and first actor
* [Actor System](/actor/actor-system) — Runtime, API, configuration
* [Actor Model](/actor/actor-model) — Actor model, messaging, lifecycle
* [Architecture](/architecture/overview) — System design and component map
* [Contributing](/contributing/overview) — How to contribute to GoAkt
