Extract with AI
The Extract with AI step evaluates data sent to it, then uses the GPT AI to extract whatever pieces of information you need. By naming the new columns that you’d like to populate, you can tell this step which pieces of information you’d like to extract.
At launch, you can use Parabola AI steps at no extra charge to your team. After a beta period, we’ll move to a usage-based model for Parabola AI. (You will not be charged retroactively for usage during the beta period.)
![](https://cdn.prod.website-files.com/663559c9207f91d5a1ba91e4/67a54d5f9e14da6ef38a4316_66c900acbdbbf2442fac4e91_64235b1aa76410ba9b421295_extract-step-in-Flow.png)
Examples of extracting data with AI
- Processing a list of invoices and extracting the invoice amount, due date, sender, and more
- Taking a list of email addresses and extracting the domain (e.g., gmail.com)
- Taking inbound emails and extracting the sender, company, and request type
As you can tell from some of these examples, the AI can do some lightweight interpretation (e.g., naming a company from an email domain URL) as well as simple data extraction.
How to use this step
![](https://cdn.prod.website-files.com/663559c9207f91d5a1ba91e4/67a54d5f9e14da6ef38a4319_66c900acbdbbf2442fac4ea6_642b4bb095612b0cd7815f1a_extract%252520with%252520AI.png)
Selecting what to evaluate
You start by selecting which columns you want the AI to evaluate to produce a result.
- All columns: the AI looks at every data column to find and extract the item it’s looking for
- These columns: choose which column(s) the AI should try to extract data from
- All columns except: the AI looks at all columns except the ones you define
Note that even when the AI is looking at multiple (or all) columns, it’s still only evaluating and generating a result per row.
Identifying what to extract
The next part of this step serves two purposes simultaneously:
- Telling the AI what items you’d like to extract from the input data (e.g., 'full name')
- Naming the new column(s) that the extracted data will go into (e.g., a column named 'full name')
The step starts out with three blank fields; you can fill those and even add additional columns to extract data to. Don’t need three? The step will automatically remove any blank ones, or you can remove them yourself.
(You can always rename or trim these columns later using other Parabola steps.)
Fine tuning
Open the 'Fine tuning' drawer to see extra configuration options. Using this field, you can provide additional context or explanation to help the AI deliver the result you want.
![](https://cdn.prod.website-files.com/663559c9207f91d5a1ba91e4/67a54d590707a46c6f4d8063_66c7c4a160da5193793a2e29_642b50aa6d1d5e2a435c6cd4_fine%252520tuning.png)
For example, if the AI was having trouble pulling 'Invoice number' from imported invoice data, you might explain to it:
“Our invoice numbers tend to begin in 96 and are 12-15 digits long.”
The AI would then better understand what you want to extract.
Helpful tips
- Currently, the AI can only run a few thousand rows at once. Choose and trim your data accordingly
- Sometimes you’ll see a response or error back instead of a result. Those responses are often generated by the AI, and can help you modify the prompt to get what you need.
- Still having trouble getting the response you expect? Often, adding more context in the 'Fine tuning' section fixes the problem.