Manage your actionsUpdated 14 days ago
Who can use this feature?
Your actions library is where you find, create, and manage all your actions. From the library, you can enable or disable actions, check their status, see where each one is being used, and spot anything that's failing.
In this article, you'll learn:
- Open the actions library
- Search, filter and find actions
- Add an action to a skill or guidance
- Enable or disable an action
- Edit an action
- View action usage
- Delete an action
- View event logs
- Frequently asked questions
Open the actions library
You can find all of the actions that AI Agent can use in the actions library. Here you'll find any actions you've created, as well as actions that have automatically been added to the library from connected apps.
If you have more than one Shopify store connected to Gorgias, your AI Agent for each store has its own library of actions.
To open the library:
- Click the dropdown menu in the top-left corner.
- Select AI Agent.
- If you have more than 1 Shopify store connected to Gorgias, use the dropdown at the top of the AI Agent menu to select a store.
- Click Actions.
Each row shows the action's name and the app or apps it uses. Two columns tell you the state of each action: Status shows the action's current state, and Used in AI Agent shows whether it's been added to a skill or guidance. See search, filter and find actions for a full breakdown of both.
Search, filter and find actions
Each row in the library shows the action’s name, the app or apps it uses, its current Status, and how it’s being Used in AI Agent.
You can search and filter by any of these attributes to find an action.
- Open the dropdown menu in the top-left corner, then select AI Agent.
- Click Actions.
- Enter a keyword in the search bar to find actions by name.
- Click Add filter to further narrow your results by app, action status, and more. To remove filters, click X next to an individual filter or Clear to remove all.
Here’s a breakdown of each of the attributes you can use to filter:
| Filter | Description |
|---|---|
| App | Show actions from a specific connected app |
| Status | Filter by In use (active in AI Agent conversations), Not in use (enabled but not yet added to a skill or guidance), Disabled (turned off), Failed (can't run — usually a disconnected app or expired credentials), or Review (missing required settings — open the action to complete the missing fields). |
| Used in AI Agent | Filter by Used (added to a skill or guidance), Not used (not yet added), or Runs automatically (custom action that runs on AI Agent's own judgment — adding it to a skill improves success rate). Hover over the count tag on any row to see the skills and guidance where the action is included. |
| Created by | Show actions by their source: either actions created by you, or ones created automatically when you connect an app from the App Store. |
Add an action to a skill or guidance
An action has the most impact when it's added to a skill's instructions — that gives AI Agent the context to use it correctly, and gives you precise control over when it gets used. You can also add actions to guidance. Any action showing Not used or Runs automatically in your library can be added.
- Open the dropdown menu in the top-left corner, then select AI Agent.
- Click Skills to go to your skills, or Knowledge to go to guidance.
- Select the skill or guidance you want to add the action to.
- In the editor, select Actions, then choose the action.
From the library, you can also click Add in next to any unlinked action to navigate to Skills or Knowledge directly.
Enable or disable an action
Enabling or disabling an action controls whether AI Agent can use it. You make this change from the action's detail page.
- From the library, select an action from the list.
- Click the Enabled toggle in the top-right corner of the Configuration tab to turn an action on or off.
When you disable an action, AI Agent stops using it immediately, even if a skill or guidance still includes it. Re-enabling the action makes it available again.
Edit an action
You can update an action's name, description, conditions, and steps from its Configuration tab.
- In the library, click the action you want to edit.
- Make your changes on the Configuration tab.
- Click Save.
Changes take effect immediately. Any skill or guidance that includes the action picks up the updated version automatically.
If you need to add a step that makes a custom HTTP request — for connecting to an app that doesn't have a built-in Gorgias integration — you can convert the action to use the advanced editor. In the action's Configuration tab click Add step , then select Build advanced action. This option requires familiarity with APIs and HTTP requests.
View action usage
The Usage tab shows which skills and guidance include an action and how many times AI Agent has used it from each.
- In the library, click the action you want to review.
- Select the Usage tab.
- Use the Date filter to adjust the time range.
- Click any link in the Source column to open the skill or guidance directly.
You can also open the Usage tab directly from the library. Click the menu next to any action, then select View action usage.
Delete an action
You can delete any actions that you've created. Actions added to your library automatically from a connected app can't be deleted. To stop AI Agent from using one, disable it instead.
Before you can delete an action, remove it from any skills and guidance that include it. Deleting an action permanently removes it from your library. This can't be undone.
- In the library, click the action you want to delete.
- On the Configuration tab, scroll to the Delete action section at the bottom.
- Click Delete action, then confirm.
If you don't see a Delete action section, the action was added automatically from a connected app and can't be deleted.
If the Delete action button is disabled, the action is still included in a skill or guidance — remove it from all skills and guidance first.
View event logs
From any action in your library, you can open the Event logs tab to see a record of every time the action was used in a conversation, including successes and errors.
You can also get to event logs directly from the library. Click the menu next to any action, then click View event logs.
To learn more about reading and troubleshooting event logs, see view event logs for AI Agent actions.
Frequently asked questions
What does "Runs automatically" mean — do I still need to add my action to a skill or guidance?
Runs automatically means the action can run on AI Agent's own judgment, without being added to a skill or guidance. When it does, AI Agent uses the action's name and description to determine whether it applies to a shopper's request.
Adding it to a skill gives you control over exactly when and how the action runs. Instead of AI Agent deciding based on the name and description alone, the skill's instructions set the context, which reduces misfires and improves AI Agent's success rate. You can also add actions to guidance.
The distinction also matters for testing. Actions that run automatically can be tested without being added to a skill or guidance, but adding them to a skill first will let you test the action more reliably. Actions installed from a connected app must be added to a skill or guidance before you can test them at all. See add an action to a skill or guidance.
Why do some actions show "Runs automatically" and others show "Not used"?
Actions you create always show Runs automatically — AI Agent can use them on its own judgment by default. Actions installed automatically when you connect an app show Not used until you add them to a skill or guidance. Those actions need to be added to a skill before AI Agent will use them.
Related articles
- Create an action for AI Agent — add a new action to your library
- Create an action using the advanced editor — build actions using custom API calls
- View event logs for AI Agent actions — check what actions ran and troubleshoot failures