Administration panel
Page summary:The admin panel acts as Strapi’s back office for managing content types, entries, and both administrator and end‑user accounts. This documentation gives an overview of the admin panel before focusing on profile settings that manage interface language and mode, login and personal information, and logo for branding.
The admin panel is the back office of your Strapi application. From the admin panel, you will be able to manage content-types and write their actual content, but also manage users, both administrators and end users of your Strapi application.

You can create your own widgets to customize the admin panel's homepage.
You can also customize the layout (widget controls appear when you hover over a widget or between widgets):
- Resize: Drag the divider in a two-widget row left or right.
- Reorder: Drag the button to move a widget.
- Delete: Click the button.
- Restore: Use the "Add widget" button at the top of the page to bring back a deleted widget.
Overview
There are a few factors that you should keep in mind when using the admin panel, as they could modify the interface and your experience with it.
-
Development, Staging or Production Environment
Your content structure and application configuration change status: from development environment to production or staging environment once deployed. Some features are only available in development. Check the Identity Cards to know when features are usable. -
License and Pricing Plans
Some features's availability or limits depend on whether your application is using the free Community Edition, the Growth plan, or the Enterprise plan. Look for the GrowthThis feature is available with a Growth plan. and EnterpriseThis feature is available with an Enterprise plan. badges in the docs. -
Roles and Permissions
Some features and the content itself are ruled by a system of permissions that can be defined at a detailed level. Depending on your role and permissions, you may not be able to access all the features and options. Read the RBAC feature documentation for more information. -
Future flags
Some incoming Strapi features are not yet ready to be shipped to all users, but Strapi still offers community users the opportunity to provide early feedback. These experimental features require enabling the corresponding future flags. Look for the Feature FlagThis feature requires a feature flag to be enabled. badge in the docs and read the Feature flags documentation for more information.
Configuration
Path to configure the admin panel: Account name or initials (bottom left hand corner) > Profile
If you are a new administrator, we recommend making sure your profile is all set, before diving into your Strapi application. From your administrator profile, you are able to modify your user information (name, username, email, password). You can also choose the language and mode of the interface for your Strapi application.

There are many more configuration and customization options available. See the following pages for more details:
Code-based configuration
Configure the appearance, security, and features of the Strapi admin panel via the /config/admin file.
Customization
Match your branding, replace the WYSIWYG editor, configure the bundler, extend features, and more.