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

# 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).
