import React, { useState } from 'react'; import { Book, Code, Terminal, Zap, ChevronRight, CheckCircle, Info } from 'lucide-react'; const ProductGuide: React.FC = () => { return (

Product Guide & Documentation

Welcome to Branding Content Testing. This guide will help you understand how to use our agentic simulation platform to validate your brand narratives and marketing content before going live.

{/* Section 1 */}

Getting Started

To start using the platform, you must first authenticate with your Hugging Face account. This allows you to save your simulations, custom focus groups, and results.

Step 1: Sign in with Hugging Face

Click the "Sign in with Hugging Face" button in the sidebar or navbar. You will be redirected to Hugging Face to authorize the application.

{/* Section 2 */}

Core Concepts

Focus Groups

AI-generated collectives of personas that mirror specific real-world audiences. You can create your own by describing your target customer and company profile.

Simulations

The process of running your content through a Focus Group to gather sentiment, engagement predictions, and feedback.

{/* Section 3 */}

How to Create a Focus Group

  • Customer Profile: Describe who your ideal customer is (e.g., "Tech founders in Europe interested in sustainability").
  • Company Info: Provide context about your brand and what you offer.
  • Persona Scale: Adjust the scale (1-100) to determine how many unique personas should be generated for the group.
{/* FAQ Section */}

Frequently Asked Questions

How long does a simulation take?

Simulations run asynchronously and can take up to 30 minutes to fully process. Use the "Gather Results" button to fetch updates.

Can I upload images?

Yes! You can upload local images or provide web image links to test visual brand assets and website layouts.

Need more help? Join our community or contact support.

Contact Support
API Docs
); }; export default ProductGuide;