Skip to main content

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

The Field Manager is where you define what information appears in Flow when your team processes a request. Each field configuration is a set of fields linked to specific intents and areas — so the product cart and summary panel can look different depending on the type of request being processed and which team is handling it.

The configurations list

Navigate to Administration > Company Settings > Field Manager to see all your configurations. Each row shows:
  • Name — the configuration name.
  • Intent — the intents this configuration applies to. Up to three are shown inline; hover the (+N) badge to see the rest.
  • Area — the areas this configuration applies to. Displays “Default” if no area is assigned.
  • Fields — the total field count across all tabs.
Click any row to open and edit that configuration.

Search and filter

Use the search bar to find configurations by name. Click Filter to narrow results by area or intent. Active filters are indicated by a blue dot on the button. Click Filter again and select Clear to reset.

Create a configuration

Click Add configuration (+ icon) in the top toolbar. A new blank configuration opens immediately — name it, assign intents and areas, then build out your fields. Setting up a configuration →

Duplicate a configuration

Select exactly one configuration using its checkbox, then click the Duplicate icon in the toolbar. A copy is created named {original name} (copy) with the intents and areas cleared so you can assign new ones without conflict. You are taken directly to the duplicate to continue editing.

Import and export configurations

Configurations can be exported as .json files and re-imported into any environment — useful for moving configurations from a sandbox to production, or backing up your setup. To export: Select one or more configurations using their checkboxes, then click Export configurations. To import: With nothing selected, click Import configurations. Drag and drop one or more .json files into the upload zone and click Upload. If any file would overwrite an existing configuration, a confirmation step lists the affected configurations before proceeding.

Delete configurations

Single delete: Hover a configuration row and click the trash icon, then confirm. Bulk delete: Select multiple configurations using their checkboxes, then click Delete selected in the toolbar and confirm. Deleted configurations cannot be recovered.

What’s next