Explore how to fine-tune an Action’s logic by modifying its instruction steps in the Action Details Page
Now that you’ve created a new action, you’ll land on the Action Details page — your control center for reviewing, refining, and testing how the agent will execute that task.You can watch the quick video walkthrough below to see how to Edit actions, or read through the detailed notes to explore each part of the interface.
Every Action is made up of a set of instruction steps—these define the logic your agent will follow when the Action is triggered.You can edit, delete, or add new steps to any Action. This gives you full control over how the agent behaves.
After selecting the Step Type, you’ll add a natural language description of what the step should do. This helps our AI generate the corresponding JSON logic that powers the agent’s execution under the hood.
You can also manually edit the JSON if you need to fine-tune anything.
The step’s JSON logic is auto-generated based on the Step Type and description you provide — no manual editing required.
But if you want more control, you can open the JSON editor and fine-tune it directly.
Once you’re happy with the step, click Apply to save your changes and update the Action.Next, you can learn more about how to Test Actions once created right from within the Agent Builder Platform.