This document provides an overview of Akka.NET, an actor model framework for .NET. It discusses how Akka.NET uses message passing between immutable messages to build distributed and concurrent applications. It also covers key Akka.NET concepts like actors, actor systems, supervision strategies, and plugins for clustering, persistence and remoting.