# Panel

The Panel class is only responsible to create a working panel view with all the right URLs and other panel options. The view template is located in `kirby/views/panel.php`

****

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

****

### Panel

- [Panel::area()](https://getkirby.com/docs/reference/objects/panel/panel/area.md)
- [Panel::areas()](https://getkirby.com/docs/reference/objects/panel/panel/areas.md)
- [Panel::buttons()](https://getkirby.com/docs/reference/objects/panel/panel/buttons.md)
- [Panel::firewall()](https://getkirby.com/docs/reference/objects/panel/panel/firewall.md)
- [Panel::go()](https://getkirby.com/docs/reference/objects/panel/panel/go.md)
- [Panel::hasAccess()](https://getkirby.com/docs/reference/objects/panel/panel/has-access.md)
- [Panel::isFiberRequest()](https://getkirby.com/docs/reference/objects/panel/panel/is-fiber-request.md)
- [Panel::json()](https://getkirby.com/docs/reference/objects/panel/panel/json.md)
- [Panel::multilang()](https://getkirby.com/docs/reference/objects/panel/panel/multilang.md)
- [Panel::referrer()](https://getkirby.com/docs/reference/objects/panel/panel/referrer.md)
- [Panel::response()](https://getkirby.com/docs/reference/objects/panel/panel/response.md)
- [Panel::router()](https://getkirby.com/docs/reference/objects/panel/panel/router.md)
- [Panel::routes()](https://getkirby.com/docs/reference/objects/panel/panel/routes.md)
- [Panel::routesForDialogs()](https://getkirby.com/docs/reference/objects/panel/panel/routes-for-dialogs.md)
- [Panel::routesForDrawers()](https://getkirby.com/docs/reference/objects/panel/panel/routes-for-drawers.md)
- [Panel::routesForDropdowns()](https://getkirby.com/docs/reference/objects/panel/panel/routes-for-dropdowns.md)
- [Panel::routesForRequests()](https://getkirby.com/docs/reference/objects/panel/panel/routes-for-requests.md)
- [Panel::routesForSearches()](https://getkirby.com/docs/reference/objects/panel/panel/routes-for-searches.md)
- [Panel::routesForViews()](https://getkirby.com/docs/reference/objects/panel/panel/routes-for-views.md)
- [Panel::setLanguage()](https://getkirby.com/docs/reference/objects/panel/panel/set-language.md)
- [Panel::setTranslation()](https://getkirby.com/docs/reference/objects/panel/panel/set-translation.md)
- [Panel::url()](https://getkirby.com/docs/reference/objects/panel/panel/url.md)