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
- Click on Account in the dashboard sidebar or menu.
- Select Business Profile from the account options.
Step 3: Fill Out Your Business Information
Complete all the following fields:
| Field | Description |
|---|---|
| Business Name | The official name of your business |
| Business Description | A brief overview of what your business does |
| Products/Services | List the products or services you offer |
| Target Audience | Describe your ideal customers |
| Brand Voice | Select the tone that represents your brand (e.g., professional, casual, friendly, authoritative) |
| Additional Notes | Any 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.