# Collections

Manages and loads all collections in site/collections, which can then be reused in controllers, templates, etc

****

- Full class name: `Kirby\Cms\Collections`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Cms/Collections.php#L24>

****

### Collections

- [$collections->__call()](https://getkirby.com/docs/reference/objects/cms/collections/__call.md)
- [$collections->get()](https://getkirby.com/docs/reference/objects/cms/collections/get.md)
- [$collections->has()](https://getkirby.com/docs/reference/objects/cms/collections/has.md)
- [$collections->load()](https://getkirby.com/docs/reference/objects/cms/collections/load.md)