Skip to main content

Creating a Business Profile

A business profile helps the platform understand your business so it can generate personalized content for auto-posting. Follow these steps to set up your profile.


Step 1: Go to the Dashboard

Navigate to /dashboard from your main navigation menu.


Step 2: Access Business Profile

  1. Click on Account in the dashboard sidebar or menu.
  2. Select Business Profile from the account options.

Step 3: Fill Out Your Business Information

Complete all the following fields:

FieldDescription
Business NameThe official name of your business
Business DescriptionA brief overview of what your business does
Products/ServicesList the products or services you offer
Target AudienceDescribe your ideal customers
Brand VoiceSelect the tone that represents your brand (e.g., professional, casual, friendly, authoritative)
Additional NotesAny extra details that help define your business

Step 4: Save Your Profile

Click the Save button to store your business profile.


Why This Matters

Your business profile is essential if you want to use the auto-post feature. The platform uses this information to generate posts that match your business identity, target the right audience, and maintain a consistent brand voice across all your content.


Business Profile Data Structure

The business profile stores the following information:

interface BusinessProfile {
business_name: string; // Required
business_description: string; // Required
products_services: string; // Required
target_audience: string; // Optional
brand_voice: string[]; // Optional
additional_notes: string; // Optional
}

Make sure to keep your business profile updated as your business evolves.