Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus/docs/cms/configurations/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ The rate limiting for the admin panel's authentication endpoints can be configur

## Strapi AI

Strapi AI, available in the [Content-Type Builder](/cms/features/content-type-builder#strapi-ai) with <GrowthBadge /> plans, can be enabled or disabled:
Strapi AI, adding features to the [Content-Type Builder](/cms/features/content-type-builder#strapi-ai) and [Media Library](/cms/features/media-library#ai-powered-metadata-generation) with <GrowthBadge /> plans, can be enabled or disabled:

| Parameter | Description | Type | Default |
| ------------ | ---------------------------------------- | -------- | --------------- |
Expand Down
1 change: 0 additions & 1 deletion docusaurus/docs/cms/features/content-type-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ Strapi AI comes with 1000 credits per month on the <GrowthBadge noTooltip /> pla
* Strapi AI can be disabled by setting `ai.enabled` to `false` in [the `config/admin` file](/cms/configurations/admin-panel#strapi-ai).
:::


#### Creating content-types manually {#new-content-type}

<ThemedImage
Expand Down
28 changes: 25 additions & 3 deletions docusaurus/docs/cms/features/media-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,21 @@ In the admin panel, some Media Library settings are available via the Global Set
**Path to configure the feature:** <Icon name="gear-six" /> Settings > Global Settings > Media Library.

1. Define your chosen new Media Library settings:

| Setting name | Instructions | Default value |
| -------------------------- | ----------------------- |---------------|
| Responsive friendly upload | Enabling this option will generate multiple formats (small, medium and large) of the uploaded asset.<br/>Default sizes for each format can be [configured through the code](#responsive-images). | True |
| Generate AI captions and alt texts automatically on upload! | Enabling this option will turn on [AI&#8209;powered metadata generation](#ai-powered-metadata-generation) <GrowthBadge /> | True |
Responsive friendly upload | Enabling this option will generate multiple formats (small, medium and large) of the uploaded asset.<br/>Default sizes for each format can be [configured through the code](#responsive-images). | True |
| Size optimization | Enabling this option will reduce the image size and slightly reduce its quality. | True |
| Auto orientation | Enabling this option will automatically rotate the image according to EXIF orientation tag. | False |

2. Click on the **Save** button.

<ThemedImage
alt="Media Library settings"
sources={{
light: '/img/assets/settings/settings_media-library.png',
dark: '/img/assets/settings/settings_media-library_DARK.png',
light: '/img/assets/settings/settings_media-library-2.png',
dark: '/img/assets/settings/settings_media-library-2_DARK.png',
}}
/>

Expand Down Expand Up @@ -517,6 +520,25 @@ Just above the list of folders and assets and next to the !<Icon name="funnel-si
}}
/>

#### AI-powered metadata generation <NewBadge /> {#ai-powered-metadata-generation}
<GrowthBadge />

[When enabled](/cms/configurations/admin-panel#strapi-ai), Strapi AI automatically generates alternative text and captions for images uploaded to the Media Library, helping you improve content accessibility and SEO. A modal window displays the AI-generated alternative text and caption, allowing you to review the metadata and modify it if needed:

<ThemedImage
alt="AI metadata review modal"
sources={{
light: '/img/assets/media-library/media-library_ai-metadata.png',
dark: '/img/assets/media-library/media-library_ai-metadata_DARK.png',
}}
/>

AI metadata generation:

- only works with images, not files or videos,
- consumes Strapi AI credits (you can check your Strapi AI credits usage in the <ExternalLink to="http://localhost:1337/admin/settings/application-infos" text="Settings Overview" />),
- is enabled by default, but can be disabled in the Media Library settings if needed.

### Managing individual assets {#managing-assets}

The Media Library allows managing assets, which includes modifying assets' file details and location, downloading and copying the link of the assets file, and deleting assets. Image files can also be cropped.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.