> For the complete documentation index, see [llms.txt](https://bitpicky.gitbook.io/sheetwork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitpicky.gitbook.io/sheetwork/usage/sheet-configuration.md).

# Sheet-level Controls (sheets.yml)

## How to set up sheet configuration?

The power of `sheetwork` is that you can make it do a few handy transformations or sanitisation steps, specify where the sheet should land in your database, whether to rename some columns etc.

To do so you create a `sheets.yml` file which can house configurations for as many sheets as you want.&#x20;

{% hint style="info" %}
This is really handy when you want to regularly import google sheets and you don't want to have to set up everything through the command line every time. It also works really well if you're collaborating on code via version control environments like **git** as it will serve as documentation in a way, and allow for iterations.
{% endhint %}
