documentation/tutorials/getting-started-with-ash-csv.md

# Getting Started with CSV

AshCsv offers basic support for storing and reading resources from csv files.

## Installation

Add `ash_csv` to your list of dependencies in `mix.exs`:

```elixir
{:ash_csv, "~> 0.9.7-rc.0"}
```

For information on how to configure it, see the [DSL documentation.](/documentation/dsls/DSL:-AshCsv.DataLayer.md)