Adding assets
Instructions to add assets to the Media Library
Instructions to add assets to the Media Library
Learn to use the admin panel.
A Strapi plugin can interact with both the back end and the front end of a Strapi application. The Admin Panel API is about the front end part, i.e. it allows a plugin to customize Strapi's admin panel.
Learn more about configuring Vite and webpack with Strapi 5.
Strapi's admin panel offers a single entry point file for its configuration.
The administration panel of Strapi can be customized according to your needs, so you can make it reflect your identity.
Learn more about configuring the URL, host, and path to access Strapi's admin panel.
Various options help you configure Strapi's administration panel behavior and look, so you can make it reflect your identity.
Learn more about deploying Strapi's admin panel in various scenarios.
Learn more about extending Strapi's admin panel.
Learn how you can use API tokens to manage end-users authentication.
Using API tokens allows executing a request on Strapi's REST API endpoints as an authenticated user.
Learn how you can use the Audit Logs feature of Strapi 5.
Learn to use the Content Manager.
Learn to use the Content-type Builder.
In Strapi, RBAC is an approach to restricting access to some features of the admin panel to some users. The Community Edition of Strapi offers 3 default roles.
Instructions to create a release from the admin panel
Learn how you can use custom fields to extend Strapi's content-types capabilities.
Learn more about Strapi 5 customization possibilities
Learn more about the various strategies available to customize the WYSIWYG editor in Strapi's admin panel.
Learn to use the Data Management to import, export, or transfer data between different Strapi instances.
By using Swagger UI, the API documentation plugin takes out most of your pain to generate your documentation.
Send email from your server or externals providers.
Find some answers and solutions to most common issues that you may experience when working with Strapi.
Use a GraphQL endpoint in your Strapi project to fetch and mutate your content.
Learn how to pass data from server to admin panel with a Strapi plugin
Instructions to include content in a release
Learn how to use the Internationalization (i18n) feature that enables content managers to translate the content
The Internationalization feature allows to manage content in different languages, called "locales". Once the Internationalization plugin is installed in a Strapi application (see Installing plugins via the Marketplace), administrators can manage locales from Settings icon Settings > Global settings > Internationalization.
Introduction to the Releases feature that enables content managers to organize entries to publish/unpublish simultaneously
Customizing and managing Strapi.
Introduction to the Media Library which allows to display and manage all assets uploaded in the application.
Instructions on how to manage a Release from the admin panel
Instructions on how to manage assets uploaded to the Media Library, including editing, moving, and deleting assets, and cropping images.
Learn to use the Media Library which allows to display and manage all assets uploaded in the application.
The Media Library displays all assets uploaded in the Strapi application. The Media Library settings allow controlling the format, file size, and orientation of uploaded assets. Those settings can be configured from Settings icon Settings > Global settings > Media Library.
Strapi models (i.e. content-types, components, and dynamic zones) define a representation of the data structure.
Instructions on how to use folders in the Media Library, including adding, editing, and deleting folders, and browsing their content.
The default Strapi logos, displayed in the main navigation of a Strapi application and the authentication pages, can be modified from Settings icon Settings > Global settings > Overview.
Learn more about the structure of a Strapi plugin
Strapi comes with built-in plugins (GraphQL, Users & Permissions, Upload, API documentation, and Email) and you can install plugins as npm packages.
Learn how to use the Releases feature that enables content managers to organize entries to publish/unpublish simultaneously
Learn how to use the Review Workflows feature that enables the creation and management of workflows for your various content-types
Managing your review workflows and stages in Strapi.
Learn to use the RBAC feature which allows to manage the users of the admin panel.
How to setup your Strapi Admin Panel
Single Sign-On (SSO) can be made available on a Strapi application to allow administrators to authenticate through an identity provider (e.g. Microsoft Azure Active Directory). SSO configurations can be done from Settings icon Settings > Global settings > Single Sign-On.
Learn to use the SSO feature which manages authentication through an identity provider.
Strapi's SSO allows you to configure additional sign-in and sign-up methods for your administration panel. It requires an Enterprise Edition with a Gold plan.
* Administrators can create, read, update, or delete transfer tokens only if proper permissions are granted (see Configuring administrator roles).
Here are some concepts to keep in mind
Learn to use the Users & Permissions and API tokens features to manage end-users.
Learn more about Strapi built-in plugins and how to use them from a developer perspective.
Reviewing the audit logs in Strapi.
The Strapi User Guide contains the functional documentation related to all features available in the main navigation of your Strapi application.