Instruct
Full agentic mode for complex dynamic acitons.
With instruct, you can create agentic blocks that handle specific sub-tasks. This is useful when you have a few steps in a skill that are hard to explicitly teach all the steps for, but it is easy to describe the goal of the sub-task.
We recommend using instruct only for specific sub-tasks. Otherwise, the skill may be less reliable and it can be harder to understand exactly what Autotab will do.
Examples
Moving a date forward in a calendar
If you want to pick a date 6 weeks from today in a calendar, you sometimes need to move the month forward 1 or 2 times. Instead of explicitly defining how many times to move the month forward and then picking the date, you can just describe the goal: “Pick a date 6 weeks from today”.
Completing an action that sometimes requires different steps - Clicking connect on LinkedIn
Different profiles on LinkedIn require different steps to click connect. Some show a connect button on the profile, others require you to click the more dots first. Before, you would have had to teach Autotab what to do in each case. Now you can just describe the goal: “Click connect” and instruct will take care of the rest.