After configuring the model, try these core tabs:
- Act: interact with the interface through Auto Planning. This corresponds to
aiAct. For example:
- Query: extract structured data from the interface. This corresponds to
aiQuery.
Similar methods include aiBoolean(), aiNumber(), and aiString() for directly extracting booleans, numbers, and strings.
- Assert: verify a condition in the interface and throw an error when it is not met. This corresponds to
aiAssert.
- Tap: click an element through Instant Action. This corresponds to
aiTap.
For the difference between Auto Planning and Instant Action, see the common API reference.

