The {} button in AI field instructions inserts references to other fields in your dataset. When the AI generates content, these references are replaced with actual values from each record.
How It Works
Click the {} button below the Instructions label to open a field picker. Select any existing field from your dataset. Atlas inserts a reference using curly brace syntax: {field_name}.
When AI processes each record, it reads the referenced field's value and uses it as context. A single instruction can reference multiple fields.
Usage
Insert a Field Reference
- Enable AI on a field by toggling "Use AI"
- Click the
{}button below "Instructions" - Select a field from the dropdown
- Atlas inserts
@field_nameat your cursor position - Write instructions around the reference
Examples
Generate a Description
Field type: Text
Instructions:
Write a one-sentence description of @Company Name, a company in the @Industry sector.Result: AI generates descriptions like "Acme Corp is a manufacturing company specializing in industrial equipment."
Calculate a Risk Score
Field type: Rating
Instructions:
undefinedAuto-Categorize Records
Field type: Single-select
Instructions:
1Categorize this contact based on @Job Title and @Company Size.
2Options: Enterprise, Mid-Market, Small Business, IndividualExtract Contact Info
Field type: Email
Instructions:
Extract the primary email address from @Contact Details.