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

# Directory structure

You provide configuration for your deployment targets in a deployment configuration file. By default, Takomo looks **targets.yml** file from the **deployment** directory.

```bash
.
├─ stacks
├─ templates
├─ helpers
├─ partials
├─ resolvers
├─ hooks
├─ schemas
├─ config-sets
└─ deployment
   └─ targets.yml
```
