README.md

![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mode-only)

![Elixir CI](https://github.com/ash-project/ash_state_machine/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_state_machine.svg)](https://hex.pm/packages/ash_state_machine)
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_state_machine)

# AshStateMachine

Welcome! This is the extension for building state machines with [Ash](https://hexdocs.pm/ash_state_machine) resources.

## Tutorials

- [Getting Started with AshStateMachine](documentation/tutorials/getting-started-with-ash-state-machine.md)

## Topics

- [What is AshStateMachine?](documentation/topics/what-is-ash-state-machine.md)
- [Charts](documentation/topics/charts.md)
- [Working with `Ash.can?`](documentation/topics/working-with-ash-can.md)

## Reference

- [AshStateMachine DSL](documentation/dsls/DSL:-AshStateMachine.md)