- Supports PDF, Word docs, Excel files, text files, and images
-
-
+
+ {/* What data should I upload? */}
+
+
+ What data should I upload?
+
+
+ LLMs work well with large amounts of unstructured information. The more information you give the AI about your target audience, the more precise the personas.
+
+
+
Customer surveys
+
Interviews or transcripts
+
Customer journey maps or personas from previous research
+
Support chat logs
+
Social media audience insights
+
+
+
-
What's included?
+
What's included in the personas?
- Demographic profiles based on your brief
+ Demographic profiles based on your audience brief
- Personality traits and behavioral patterns
+ Contextual "life scenarios" linked to your research objectives
+
+
+
+ Personality traits and behavioural patterns
Consumer preferences and interests
-
-
- Review and refine capabilities
-
diff --git a/src/components/ui/field-tooltip.tsx b/src/components/ui/field-tooltip.tsx
index f7963597..fbebe021 100644
--- a/src/components/ui/field-tooltip.tsx
+++ b/src/components/ui/field-tooltip.tsx
@@ -9,7 +9,7 @@ import {
interface FieldTooltipProps {
content: string
- example: string
+ example?: string
}
export function FieldTooltip({ content, example }: FieldTooltipProps) {
@@ -27,17 +27,21 @@ export function FieldTooltip({ content, example }: FieldTooltipProps) {