diff --git a/docusaurus/docs/cms/features/content-type-builder.md b/docusaurus/docs/cms/features/content-type-builder.md index 9437817597..537cca1943 100644 --- a/docusaurus/docs/cms/features/content-type-builder.md +++ b/docusaurus/docs/cms/features/content-type-builder.md @@ -61,7 +61,32 @@ Clicking on the **...** button next to **Save** gives access to other options, s The Content-type Builder allows to create new content-types: single and collection types, but also components. -#### New content-type +#### Creating content-types with Strapi AI {#strapi-ai} + + +Strapi comes with Strapi AI, an assistant that lets you interact with the admin panel through natural language to create or edit the content structure. + +To use Strapi AI with the Content-Type Builder, click on the button in the bottom right corner of the admin panel, and describe what you need: + + + +You can also use the button at the bottom of the chat window to import code from an existing Strapi or front-end application, import a Figma project, or attach an image to extract the content structure from a design. + +:::tip +The more precise your prompts, the more accurate your created schemas are likely to be. + +For example, the following prompt example works well when creating relations: `Could you please generate a collection of dogs then also generate an owner collection and add relationship to dogs? An owner can have multiple dogs, but a dog can only have one owner.` +::: + +Strapi AI comes with 1000 credits per month on the plan, and 10 free credits during the free trial. + +#### Creating content-types manually {#new-content-type}