# Find

The Find class is used in the API and the Panel to find models and parents based on request paths

****

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

****

### Find

- [Find::file()](https://getkirby.com/docs/reference/objects/cms/find/file.md)
- [Find::language()](https://getkirby.com/docs/reference/objects/cms/find/language.md)
- [Find::page()](https://getkirby.com/docs/reference/objects/cms/find/page.md)
- [Find::parent()](https://getkirby.com/docs/reference/objects/cms/find/parent.md)
- [Find::role()](https://getkirby.com/docs/reference/objects/cms/find/role.md)
- [Find::roles()](https://getkirby.com/docs/reference/objects/cms/find/roles.md)
- [Find::site()](https://getkirby.com/docs/reference/objects/cms/find/site.md)
- [Find::user()](https://getkirby.com/docs/reference/objects/cms/find/user.md)
- [Find::users()](https://getkirby.com/docs/reference/objects/cms/find/users.md)