# AshStateMachine A state machine extension for `Ash.Resource` ## Installation ```elixir def deps do [ {:ash_state_machine, "~> 0.2.1"} ] end ``` ## Get Started Check out the [getting started guide](/documentation/tutorials/get-started-with-state-machines.md).