Skip to content

Commit 055c05b

Browse files
committed
Fix numbering
1 parent e081e4e commit 055c05b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/ai_actions/work_with_ai_actions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,20 @@ One such example could be sending out text for translation by one service, and t
111111
To use AI actions that interface with [[= product_name_connect =]], you must first [configure and initiate the connection]([[= developer_doc =]]/ai_actions/initiate_connect_integration/), and [define scenarios](https://doc.ibexa.co/projects/connect/en/latest/scenarios/creating_a_scenario/) and/or templates in [[= product_name_connect =]].
112112
If users from the team are supposed to modify scenario settings, you must [grant them the right roles and permissions](https://doc.ibexa.co/projects/connect/en/latest/access_management/teams/#managing-teams).
113113

114-
1. Navigate to the Admin Panel and select **AI actions**.
114+
1\. Navigate to the Admin Panel and select **AI actions**.
115115

116-
1. In the **AI actions** list, click **Create**.
116+
2\. In the **AI actions** list, click **Create**.
117117

118-
1. In the slide-out pane, make choices like in [Create new AI actions](#create-new-ai-actions) but in the **Action handler** field, select the handler that uses an [[= product_name_connect =]] scenario to process the request, for example `connect-image-to-text`, and then click **Create**.
118+
3\. In the slide-out pane, make choices like in [Create new AI actions](#create-new-ai-actions) but in the **Action handler** field, select the handler that uses an [[= product_name_connect =]] scenario to process the request, for example `connect-image-to-text`, and then click **Create**.
119119

120120
![[[= product_name_connect =]] handler](img/ai_action_connect_handler.png)
121121

122-
1. In the **Global properties** area, set the properties like in [Create new AI actions](#create-new-ai-actions).
122+
4\. In the **Global properties** area, set the required properties.
123123

124-
1. In the **Settings** area, select a scenario from a drop-down list.
124+
5\. In the **Settings** area, select a scenario from a drop-down list.
125125
The list contains only those [[= product_name_connect =]] scenarios, which are compatible with the selected action type.
126126

127-
1. Optionally, if there are no scenarios for the selected action type, or you want to create a custom scenario, click **Create scenario based on template** and select a template from a drop-down list.
127+
6\. Optionally, if there are no scenarios for the selected action type, or you want to create a custom scenario, click **Create scenario based on template** and select a template from a drop-down list.
128128

129129
In such case, when you save the new AI action, a new scenario, its webhook and data structure are automatically created.
130130
You must then fine-tune its settings in [[= product_name_connect =]].
@@ -133,9 +133,9 @@ You must then fine-tune its settings in [[= product_name_connect =]].
133133

134134
If you have the right permissions, you can click **Go to Connect** and review all scenarios that exist in [[= product_name_connect =]].
135135

136-
4\. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
136+
7\. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
137137

138-
After you save the AI Action, you can click its name in the AI action's list and see all the vital information, such as Scenario ID, webhook URL, or scenario label.
138+
After you save the AI action, you can click its name in the AI action's list and see all the vital information, such as Scenario ID, webhook URL, or scenario label.
139139

140140
## Duplicate AI actions
141141

0 commit comments

Comments
 (0)