Profile Wizard & Personalization
The Profile Wizard is the platform’s intelligent onboarding system that creates a personalized experience based on your interests and spiritual journey stage.How the Wizard Works
The wizard system follows a structured flow to build your unique member profile:Question Structure
Each wizard question includes:Answer Options
Each answer option contains:- Label: The display text you see
- Value: Internal identifier
- Profile Tags: Associated interest tags (e.g., “Meditación”, “Estudio”, “Comunidad”)
All questions are configurable by administrators. The wizard can be customized to match your organization’s specific journey framework.
Profile Types (Archetypes)
Based on your wizard responses, you’re assigned a Profile Type. Each profile type includes:Profile Type Components
Basic Information
Basic Information
- Name: The archetype name (e.g., “Explorador Espiritual”)
- Description: What this profile type represents
- Emoji: Visual identifier for quick recognition
- Color: Theme color for UI elements
Content Personalization
Content Personalization
- Content Tags: Array of tags that determine which content appears in your recommendations
- Kit Items: Curated starter resources specific to your journey stage
CRM Integration
CRM Integration
- CRM Tag: Automatically applied to your contact record
- CRM List ID: Optional list assignment for targeted communications
User Wizard Profile Data
After completing the wizard, aUserWizardProfile is created with:
How Derived Tags Work
YourderivedTags are compiled from all your wizard answers. For example:
- Question 1: “What interests you?” → Answer: “Meditación” → Adds tag:
["Meditación"] - Question 2: “Experience level?” → Answer: “Beginner” → Adds tag:
["Principiante"] - Final Tags:
["Meditación", "Principiante", "Bienestar"]
The Recommendation Engine
The platform uses your profile data to personalize content in multiple ways:Content Matching
When you view your dashboard, the system:Loads Your Interest Tags
Retrieves your
derivedTags from your wizard profile, or falls back to your user interests array.Filters Content Library
Searches all content items (articles, videos, documents) and media assets, matching their tags against your interests.
Priority Order
- Wizard Profile Tags (if wizard completed)
- User Interests (manual selections)
- Default Tags (fallback: “Meditación”, “Bienestar”)
Welcome Splash Screen
After completing the wizard, you’ll see a customizable splash screen with:- Title & Message: Personalized welcome
- Background: Can be color, image, or video
- Duration: Auto-redirect after configured seconds
- Redirect URL: Where to send you next (typically your dashboard)
Splash Configuration
Updating Your Profile
You can update your profile information anytime:Via Dashboard Profile Tab
Access the “Mi Perfil” tab from your dashboard to edit:- Full name
- Phone number
- City of residence
- Cover image (cycle through preset backgrounds)
Interest Management
While direct interest editing isn’t available in the current UI, interests are automatically updated based on:- Content you view and consume
- Events you attend
- Resources you download
Privacy & Data Usage
Your wizard responses and profile data are used to:- Personalize your dashboard content
- Recommend relevant events and activities
- Segment communications from administrators
- Track engagement for community analytics
Profile Storage
Your wizard profile is stored in
localStorage under key cafh_user_wizard_profiles_v1 and synced with your user record.Retaking the Wizard
If your interests or journey stage changes, you can retake the wizard:- Contact your administrator to reset your wizard status
- Log out and log back in to trigger the wizard flow
- Answer questions based on your current state
- Your profile type and tags will be updated automatically
Administrators can also manually adjust your profile type and interests without requiring you to retake the wizard.