# Directory structure

Configuration related to organization management goes under the **organization** directory in your Takomo project directory. Inside it, there is the **organization.yml** file that contains most of the organization configuration and four directories - one for each type of organization policy.

```bash
.
├─ stacks
├─ templates
├─ helpers
├─ partials
├─ resolvers
├─ hooks
├─ schemas
├─ deployment
├─ config-sets
└─ organization
   ├─ service-control-policies
   ├─ tag-policies
   ├─ backup-policies
   ├─ ai-services-opt-out-policies
   └─ organization.yml
```

The rest of the directories are explained [here](https://docs.takomo.io/configuration/directory-structure).
