# Classic Clustering @@@ note Akka Classic is the original Actor APIs, which have been improved by more type safe and guided Actor APIs, known as Akka Typed. Akka Classic is still fully supported and existing applications can continue to use the classic APIs. It is also possible to use Akka Typed together with classic actors within the same ActorSystem, see @ref[coexistence](typed/coexisting.md). For new projects we recommend using the new Actor APIs. For the new API see @ref[Cluster](typed/index-cluster.md). @@@ @@toc { depth=2 } @@@ index * [cluster-usage](cluster-usage.md) * [cluster-routing](cluster-routing.md) * [cluster-singleton](cluster-singleton.md) * [distributed-pub-sub](distributed-pub-sub.md) * [cluster-client](cluster-client.md) * [cluster-sharding](cluster-sharding.md) * [cluster-metrics](cluster-metrics.md) * [distributed-data](distributed-data.md) * [coordination](coordination.md) @@@