# kirby()

Returns the Kirby object in any situation

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/config/helpers.php#L276>

****

```php
kirby(): Kirby\Cms\App
```

## Return type

`Kirby\Cms\App`

## Examples

```php
<?= kirby()->roots()->content() ?>
```