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
3 changes: 2 additions & 1 deletion docs/ai_actions/ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ You can also extend it to perform other tasks or support additional AI services.

[[= cards([
"ai_actions/ai_actions_guide",
"ai_actions/install_ai_actions"
"ai_actions/install_ai_actions",
"ai_actions/extend_ai_actions",
], columns=4) =]]
2 changes: 1 addition & 1 deletion docs/ai_actions/extend_ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To manage configurations of an AI Action you need to use another concept: Action
### Manage Action Configurations

Action Configurations allow you to store the parameters for a given Action in the database and reuse them when needed.
They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions.md), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API.
They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions/), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API.

To manage Action Configurations through the PHP API, you need to use the [ActionConfigurationServiceInterface](../api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-ActionConfigurationServiceInterface.html) service.

Expand Down
Loading