Capability Management
Capabilities are standardized packages of common workflows and operating methods in bit-Agent, similar to tools or shortcuts. Each capability represents a solidified end-to-end operation flow that can achieve a specific business goal, such as generate a daily report automatically, download statements in batch, or enter system data in bulk.
Capabilities can currently be created through exploration. See From Exploration to Capability. You can also create them directly from scratch.
Edit a Capability
Capabilities can be edited. Built-in capabilities cannot be edited, while exploration-generated capabilities can.

The main parts of a capability are:
Basic Information
- Name: the capability name shown to users
- Description: a detailed description used as a reference when the model decides whether to call it in general mode
Input Parameters
Input parameters are the values required when the workflow runs.
- Name: identifies different parameters; not editable
- Description: passed to the model as the parameter description in general mode so it can call the capability accurately
- Default value: initially taken from the value used during exploration and can be changed later. It does not take effect when the parameter is marked
Required. - Required: if enabled, the parameter must be provided. In general mode, the system asks the user for the value. When creating a task manually, it is also required. If disabled, the default value is used whenever the user does not provide one.
Output Parameters
Output parameters are added back into the conversation in general mode so the Agent can judge the result of capability execution.
Outputs currently come from:
Generate File, which creates HTML, DOCX, or XLSX filesGenerate PPT, which creates PPTX filesGenerate Data, which creates simple typed outputs such as strings, numbers, integers, or booleans
Execution Configuration
These are default execution parameters for the capability. They are used by default in general mode and are also prefilled when creating a task, although they can be changed at task-creation time.
Run in Incognito Mode
When enabled, the capability runs in the privacy browser to avoid interference from existing login state. Enabled by default.
Skip Failed Steps
When enabled, a failed step is skipped automatically and the workflow continues. This is commonly used to bypass unstable login-state steps. Disabled by default.
In most situations, later steps depend on earlier ones. If a step fails, later steps may no longer work correctly.
When this option is enabled, the final task status is always reported as success. Use it carefully.
Close the Page After Execution
When enabled, the browser is closed automatically after the capability finishes. Enabled by default.
Only Available on Specific Pages

This means the capability is only loaded on specific pages.
You can use the * wildcard to replace variable parts of the scope, such as IDs, so the capability still works on the right pages.
After enabling this option:
- During exploration, the capability is only loaded when the browser is currently on a matching page. This does not affect calls from other capabilities.
- The first
Open Pagestep is skipped by default
Edit Capability Steps

You can adjust capability steps from the capability detail page using the Step Editing button in the upper-right corner.

Available actions appear in the activity list on the left. At the moment, only activities listed there can be edited. You can drag