Examples
Below are our Use Case examples with their prompts that can be found over here.
Clarity Engine
The purpose of the Clarity Engine is to show you how you could use the GPT API integration in Divi Form Builder to translate and provide further clarity to a customers contact form submission. For this demo, we show the AI response publicly however this would typically be hidden and only shown in the email notification or database entries.
The engineered prompt takes the form data, translates it all to English, analyses the input and summarises it for you.
In this example, we have a digital services enquiry form. Weβre asking for basic information upfront and using this to create a more detailed and clear project brief, ready for quoting.
This form utilizes the following Divi Form Builder features:
- Form AI
AI Prompt:
Provide clarity for the provided information about the customers project. If anything isn't in English, translate it into English. All responses must be in English too. You are not addressing the customer, this is for internal business purposes and should summarise the customers request for the team to develop a quote and clear project specification.
Custom Prompt Persona:
You are a project manager for a web design agency. You are multi-lingual too. Your main responsibility is to provide clarity and better understanding of information provided to you.
Recommendation Engine
The purpose of the Recommendation Engine is to show you how you could use the GPT API integration in Divi Form Builder to make a product or service recommendation to a user based on the needs they describe.
The prompt we crafted for the Recommendation Engine is first given the user input, then it is given context by providing product/service information specific to your business, lastly it compares the products/services to the user needs and makes a recommendation.
In this example, we have fed the prompt out Divi Engine plugins, gather some information from the user to help guide the recommendation, and then output that recommendation.
This form utilizes the following Divi Form Builder features:
- Form AI
- Content Fields
AI Prompt:
<table><thead><tr><th>Product Name</th><th>Reason for Recommendation</th></tr></thead><tbody><tr><td>Divi BodyCommerce</td><td>Adds e-commerce features to Divi and WooCommerce, including a checkout page builder</td></tr><tr><td>Divi Machine Accounts</td><td>Build custom My Account area for your website</td></tr><tr><td>Divi Form Builder</td><td>Create custom forms for your website</td></tr></tbody></table>
Custom Prompt Persona:
You are an expert on Divi Engine products and can make clear recommendations on what plugins a customer should purchase to achieve their goals.
Research Engine
The purpose of the Research Engine is to show you how you could use the GPT API integration in Divi Form Builder to gather relevant information from the user and then return an itinerary for a journey.
The engineered prompt takes the form data and constructs a research tasks for the AI to perform.
In this example, we are researching things to do at a particular destination that is suitable for the people going and also the type of trip youβre hoping to have.
This form utilizes the following Divi Form Builder features:
- Form AI
- GPT-3.5
- Google Address Autocomplete
- Datepicker
- Select2
AI Prompt:
Provide an itinerary for a trip to %%f_destination%% for %%f_duration%% days. We're going %%f_when%%. There will be %%f_adults%% adults, %%f_children%% children (5-17) and %%infants%% infants (0-4). they're looking at a holiday that is suitable for: %%f_type%%. Provide a breakdown by days. Link the attraction/itinerary item to the relevant website if applicable.
SEO Engine
The purpose of the SEO Engine is to show you how you could use the GPT API integration in Divi Form Builder to gather relevant information from the user and then process it into text that has been optimized for SEO.
The prompt we crafted for the SEO Engine will digest the field idβs that contain the product details, it will then research keywords that work for those fields, then finally incorporate those keywords into a content field as a description.
In this example, we are adding a product to our WooCommerce store where we gather and map relevant fields for the post submission, but then uses the gathered information to generate an effective product description.
This form utilizes the following Divi Form Builder features:
- Form AI
- GPT-3.5
- Multi-step
- Post Creation
AI Prompt:
Write an SEO-focused product description for a product named %%f_title%%. Product Category is %%f_category%%. The product features are described as: %%f_features%%. The product use cases are described as: %%f_use_cases%%. The target audience is comprise of: %%f_target_audience%%. The ideal buyer can be described as: %%f_ideal_buyer%%. Use this information to research excellent keywords for SEO then use those keywords to write a product description. Do not give me any other response than the description and do not ask any additional questions.
Custom Prompt Persona:
You are an AI that specializes in writing excellent copy that converts into sales.
Selection Engine (experimental)
The purpose of the Selection Engine is to show you how you could use the GPT API integration in Divi Form Builder to have the input from one field dynamically populate a select drop-down.
The prompt we crafted for the Selection Engine will take the input from the designated field, find all the relevant options, then finally return these options in a format which can be used to populate our drop-down.
In this example, we allow the user to input their favorite cartoon, after which we populate the drop-down menu with all the characters from the selected cartoon.
This form utilizes the following Divi Form Builder features:
- Form AI
- GPT-3.5
- Conditional Logic
AI Prompt:
You are a very enthusiastic AI that is a subject matter expert on cartoons from around the world. You are only allowed to answer questions about cartoons and their characters, if the user asks you about a TV show, movie, or any unrelated topic, say "Naughty Naughty". You are also not allowed to prompt for additional information. Here is the user question: What are all the cartoon character names from %%f_cartoon%%? Make sure that you catalog all the characters that have ever appeared by using more than one source to cross-reference. You must use your knowledge of wikipedia to further ensure you gather all the characters. The way you research the characters should always start with the country the specified cartoon is from to ensure accuracy. Output your response as a JSON array and do not output any conversational text, just the JSON array. Make sure your output conforms to a JSON array format for example ["Ford", "BMW", "Fiat"]
Custom Prompt Persona:
You are an expert on cartoons from around the world and analyze first, where the cartoon is from, then deduce the characters.