Configurations
Learn how you can manage and customize the configuration of your Strapi application.
Learn how you can manage and customize the configuration of your Strapi application.
Once you've created and configured a Strapi project, created a data structure with the Content-Type Builder and started adding data through the Content Manager, you likely would like to access your content.
Strapi includes 2 main components:
Import, export, and transfer data using the Strapi CLI
Generation introduction about Strapi plugins development
Learn what a Document is in Strapi v5
Learn many different options to install Strapi and getting started on using it.
Customizing and managing Strapi.
Strapi is built around different types of plugins. Every default Strapi application comes with the following pre-installed plugins:
Introduction to the Releases feature that enables content managers to organize entries to publish/unpublish simultaneously
Introduction to the Content Manager which allows to write content for collection types and single types.
The Content-type Builder is a core plugin of Strapi. It is a feature that is always activated by default and cannot be deactivated. The Content-type Builder is however only accessible when the application is in a development environment.
Introduction to the Media Library which allows to display and manage all assets uploaded in the application.
Strapi comes with built-in plugins (i18n, GraphQL, Users & Permissions, Upload, API documentation, and Email) and you can install plugins as npm packages.
Strapi provides a Query Engine API to give unrestricted internal access to the database layer at a lower level.
Strapi is meant to be installed on your local machine, then configured, and finally deployed to a remote environment. This documentation section describes these topics, and clicking on any of the following cards will lead you to the corresponding section:
Get started with TypeScript for your Strapi application
Learn more about Strapi built-in plugins and how to use them from a developer perspective.
The documentation for Strapi contains 3 main sections, accessible from the top navigation bar:
The documentation for Strapi contains 3 main sections, accessible from the top navigation bar:
The documentation for Strapi contains 3 main sections, accessible from the top navigation bar: