Identify your most important leads at a glance with color-coded flags and corner banners driven by your form data.
### Setting Up Banners (JSON Configuration)
*Note: This feature currently requires a JSON snippet in your Feed Settings.*
1. Navigate to your **Pipeline Feed Settings > Field Mapping**.
2. Locate the **Conditional Logic Flags** text area.
3. Enter a JSON array to define your rules. Example:
`[{"field_id":5, "value":"High", "flag_color":"red", "show_banner":true}]`
*This rule will show a red banner on any card where Field ID 5 has the value "High".*
4. Common uses include "VIP" badges, "Urgent" ribbons, or "Stale" warnings.