Documentation Index
Fetch the complete documentation index at: https://knowledge.goautonomous.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Aggregate tiles are a Copilot feature for fields that naturally come together as a group — like a product number, description, condition, and price. Instead of confirming each field one by one, the Copilot presents pre-grouped option cards and you apply the whole bundle in a single click.
How aggregate tiles appear
When the Copilot reaches a question that uses aggregate tiles, you’ll see a list of option cards in the side panel. Each card shows multiple labelled fields in a two-column, four-row layout — for example:
| Product Number | Description |
|---|
| FC-302P45K | VLT DriveMotor FCP 302 |
| Condition | Unit Price |
| New | €1,250.00 |
Up to 20 tiles are shown at a time. If your data has more matches, the list narrows as you filter.
When aggregate tiles are useful
Aggregate tiles shine when a single product can have multiple configurations and the user needs to see context before choosing.
For example, imagine you sell electronic components and the same part number can be ordered as either new or used, each with a different price. Without aggregate tiles, the user would pick the product number first, then separately confirm the condition, then the price — a multi-step process where it’s easy to lose track of which combination they meant to select.
With aggregate tiles, the Copilot shows each configuration as its own card:
| Product Number | Description |
|---|
| FC-302P45K | VLT DriveMotor FCP 302 |
| Condition | Unit Price |
| New | €1,250.00 |
| Product Number | Description |
|---|
| FC-302P45K | VLT DriveMotor FCP 302 |
| Condition | Unit Price |
| Used | €620.00 |
The user sees the full picture at a glance and applies the right configuration to the cart in one click — minimising clicks and the chance of mismatched fields.
Filter the tiles
Type into the Copilot input to filter the visible tiles. The match runs across every field in every tile — so typing part of a product number, a description, or a unit will all narrow the list.
- The match is case-insensitive
- The matching text is highlighted on each tile so you can see why it matched
- The list updates live as you type
- “No matches” appears when your filter excludes everything
Apply a tile
To apply an aggregate tile to the current order line:
- Click the tile, or
- Use the arrow keys to highlight a tile and press Enter
All fields on that tile are written to the order at once. If any of the fields trigger a simulation (e.g. price or availability checks), the simulation runs automatically after the values are applied.
What’s next