# 🚀 Welcome to WhatsDiscuss Help Center

import {
  MessageSquare,
  Rocket,
  BookOpen,
  LayoutDashboard,
  LogIn,
  CreditCard,
  Bot,
  MessageCircleMore,
  Rows4,
  Images,
  ListChecks,
  ShieldCheck,
  Languages,
  Users,
  FileUser,
  KeyRound,
  Wrench,
  ShoppingCart,
  UserPlus,
  UserCog,
  UserMinus,
  FileSpreadsheet,
  Edit3,
  ShoppingBag,
  Gauge,
  BarChart3,
  Lock,
  Trash2,
  ToggleRight
} from "lucide-react";

WhatsApp automation for business — **chatbots, broadcasts, flows, templates, catalogs, payments**.  
Start here, then dive into feature areas.

---

## Start Here

<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/introduction" target="_blank" rel="noopener noreferrer" aria-label="Platform Overview">
    <BookOpen /><h3 className="font-semibold mt-2">Platform Overview</h3>
    <p className="text-sm text-gray-600 mt-1">Capabilities, personas, and core workflows.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/accessing-whatsdiscuss" target="_blank" rel="noopener noreferrer" aria-label="Accessing WhatsDiscuss">
    <LogIn /><h3 className="font-semibold mt-2">Accessing WhatsDiscuss</h3>
    <p className="text-sm text-gray-600 mt-1">Sign-in, environments, and getting started.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/dashboard-overview" target="_blank" rel="noopener noreferrer" aria-label="Dashboard Overview">
    <LayoutDashboard /><h3 className="font-semibold mt-2">Dashboard Overview</h3>
    <p className="text-sm text-gray-600 mt-1">Your mission control for automations & analytics.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/about-free-trial" target="_blank" rel="noopener noreferrer" aria-label="About Free Trial">
    <CreditCard /><h3 className="font-semibold mt-2">About Free Trial</h3>
    <p className="text-sm text-gray-600 mt-1">Limits, billing, and upgrade path.</p>
  </a>
</div>

---

## Feature Deep Dives

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-6">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/features-overview/automation-bots" target="_blank" rel="noopener noreferrer" aria-label="Automation Bots">
    <Bot /><h4 className="font-semibold mt-2">Automation Bots</h4>
    <p className="text-sm text-gray-600">Build no-code chatbots, triggers, and logic.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/features-overview/broadcasting" target="_blank" rel="noopener noreferrer" aria-label="Broadcasting">
    <MessageCircleMore /><h4 className="font-semibold mt-2">Broadcasting</h4>
    <p className="text-sm text-gray-600">Send campaigns at scale with compliance.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/features-overview/carousel-templates" target="_blank" rel="noopener noreferrer" aria-label="Carousel Templates">
    <Rows4 /><h4 className="font-semibold mt-2">Carousel Templates</h4>
    <p className="text-sm text-gray-600">Interactive carousels for promos & product discovery.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/features-overview/whatsapp-catalog" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp Catalog">
    <Images /><h4 className="font-semibold mt-2">WhatsApp Catalog</h4>
    <p className="text-sm text-gray-600">Sync, manage, and showcase products.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/features-overview/whatsapp-flows" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp Flows">
    <ListChecks /><h4 className="font-semibold mt-2">WhatsApp Flows</h4>
    <p className="text-sm text-gray-600">Design multi-step journeys and form captures.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/features-overview/whatsapp-payments" target="_blank" rel="noopener noreferrer" aria-label="WhatsApp Payments">
    <CreditCard /><h4 className="font-semibold mt-2">WhatsApp Payments</h4>
    <p className="text-sm text-gray-600">Collect payments right inside WhatsApp (IN).</p>
  </a>
</div>

---

## How-to Guides

### Authentication
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 my-4">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/authentication/registering-for-a-whatsdiscuss-account"
     target="_blank" rel="noopener noreferrer" aria-label="Registering for a WhatsDiscuss account">
    <FileUser /><h4 className="font-semibold mt-2">Registering for an account</h4>
    <p className="text-sm text-gray-600 mt-1">Create your workspace and first user.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/authentication/logging-into-whatsdiscuss"
     target="_blank" rel="noopener noreferrer" aria-label="Logging into WhatsDiscuss">
    <KeyRound /><h4 className="font-semibold mt-2">Logging in</h4>
    <p className="text-sm text-gray-600 mt-1">Sign-in flow, environments, roles.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/authentication/recovering-your-password"
     target="_blank" rel="noopener noreferrer" aria-label="Recovering your password">
    <ShieldCheck /><h4 className="font-semibold mt-2">Recovering your password</h4>
    <p className="text-sm text-gray-600 mt-1">Password reset + security tips.</p>
  </a>
</div>

### WhatsApp Business Account (WABA)
<div className="grid grid-cols-1 sm:grid-cols-2 gap-4 my-4">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-business-account/connecting-whatsapp-business-account"
     target="_blank" rel="noopener noreferrer" aria-label="Connect your WABA">
    <ShieldCheck /><h4 className="font-semibold mt-2">Connect your WABA</h4>
    <p className="text-sm text-gray-600 mt-1">Link your WhatsApp Business Account.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-business-account/verifying-facebook-business-portfolio"
     target="_blank" rel="noopener noreferrer" aria-label="Verify business portfolio">
    <ShieldCheck /><h4 className="font-semibold mt-2">Verify business portfolio</h4>
    <p className="text-sm text-gray-600 mt-1">Compliance and verification steps.</p>
  </a>
</div>

### Message Templates
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-4">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/message-templates/about-message-templates"
     target="_blank" rel="noopener noreferrer" aria-label="About message templates">
    <Languages /><h4 className="font-semibold mt-2">About message templates</h4>
    <p className="text-sm text-gray-600 mt-1">Types, review, and approvals.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/message-templates/create-message-template"
     target="_blank" rel="noopener noreferrer" aria-label="Create template">
    <Rocket /><h4 className="font-semibold mt-2">Create template</h4>
    <p className="text-sm text-gray-600 mt-1">Build and submit templates.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/message-templates/message-template-languages"
     target="_blank" rel="noopener noreferrer" aria-label="Supported languages">
    <Languages /><h4 className="font-semibold mt-2">Supported languages</h4>
    <p className="text-sm text-gray-600 mt-1">Localization best practices.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/message-templates/edit-message-template-components"
     target="_blank" rel="noopener noreferrer" aria-label="Edit components">
    <Wrench /><h4 className="font-semibold mt-2">Edit components</h4>
    <p className="text-sm text-gray-600 mt-1">Headers, bodies, footers, buttons.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/message-templates/edit-message-template-category"
     target="_blank" rel="noopener noreferrer" aria-label="Edit category">
    <Wrench /><h4 className="font-semibold mt-2">Edit category</h4>
    <p className="text-sm text-gray-600 mt-1">Marketing, utility, authentication.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/message-templates/delete-message-template"
     target="_blank" rel="noopener noreferrer" aria-label="Delete template">
    <ShieldCheck /><h4 className="font-semibold mt-2">Delete template</h4>
    <p className="text-sm text-gray-600 mt-1">Cleanup and governance.</p>
  </a>
</div>

### WhatsApp Catalog
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-4">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/about-whatsapp-catalog"
     target="_blank" rel="noopener noreferrer" aria-label="About catalog">
    <Images /><h4 className="font-semibold mt-2">About catalog</h4>
    <p className="text-sm text-gray-600 mt-1">Concepts, sync, eligibility.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/creating-a-catalogue"
     target="_blank" rel="noopener noreferrer" aria-label="Create a catalogue">
    <Rocket /><h4 className="font-semibold mt-2">Create a catalogue</h4>
    <p className="text-sm text-gray-600 mt-1">Initial setup and mapping.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/connecting-your-catalogue-with-waba"
     target="_blank" rel="noopener noreferrer" aria-label="Connect with WABA">
    <ShieldCheck /><h4 className="font-semibold mt-2">Connect with WABA</h4>
    <p className="text-sm text-gray-600 mt-1">Permissions and connection flow.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/assigning-catalogue-permissions-to-code-junction"
     target="_blank" rel="noopener noreferrer" aria-label="Assign permissions">
    <ShieldCheck /><h4 className="font-semibold mt-2">Assign permissions</h4>
    <p className="text-sm text-gray-600 mt-1">Grant access to Code Junction.</p>
  </a>

  <div className="border rounded-2xl p-4">
    <ShoppingCart /><h4 className="font-semibold mt-2">Products</h4>
    <div className="mt-2 flex flex-wrap gap-2 text-sm">
      <a className="underline" href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/add-product" target="_blank" rel="noopener noreferrer">Add</a>
      <a className="underline" href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/edit-product" target="_blank" rel="noopener noreferrer">Edit</a>
      <a className="underline" href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/delete-product" target="_blank" rel="noopener noreferrer">Delete</a>
      <a className="underline" href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/view-products" target="_blank" rel="noopener noreferrer">View</a>
    </div>
  </div>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline md:col-span-2 lg:col-span-1"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-catalog/disconnecting-catalogue-from-waba"
     target="_blank" rel="noopener noreferrer" aria-label="Disconnect catalogue">
    <ShieldCheck /><h4 className="font-semibold mt-2">Disconnect catalogue</h4>
    <p className="text-sm text-gray-600 mt-1">Safe unlink with rollback tips.</p>
  </a>
</div>

### WhatsApp Flows
<div className="grid grid-cols-1 sm:grid-cols-2 gap-4 my-4">
  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-flows/about-whatsapp-flows"
     target="_blank" rel="noopener noreferrer" aria-label="About flows">
    <ListChecks /><h4 className="font-semibold mt-2">About flows</h4>
    <p className="text-sm text-gray-600 mt-1">When to use flows, best practices.</p>
  </a>

  <a className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
     href="/whatsdiscuss-platform/how-to-guides/whatsapp-flows/whatsapp-flow-components"
     target="_blank" rel="noopener noreferrer" aria-label="Flow components">
    <Rows4 /><h4 className="font-semibold mt-2">Flow components</h4>
    <p className="text-sm text-gray-600 mt-1">Inputs, validations, branching.</p>
  </a>
</div>

### Clients
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-4">
  {/* About */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/clients/about-clients"
    target="_blank" rel="noopener noreferrer" aria-label="About clients"
  >
    <Users />
    <h4 className="font-semibold mt-2">About clients</h4>
    <p className="text-sm text-gray-600 mt-1">Data model & lifecycle.</p>
  </a>

  {/* Add */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/clients/add-client"
    target="_blank" rel="noopener noreferrer" aria-label="Add client"
  >
    <UserPlus />
    <h4 className="font-semibold mt-2">Add client</h4>
    <p className="text-sm text-gray-600 mt-1">Create a new client record.</p>
  </a>

  {/* Edit */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/clients/edit-client"
    target="_blank" rel="noopener noreferrer" aria-label="Edit client"
  >
    <UserCog />
    <h4 className="font-semibold mt-2">Edit client</h4>
    <p className="text-sm text-gray-600 mt-1">Update details and attributes.</p>
  </a>

  {/* Delete */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/clients/delete-client"
    target="_blank" rel="noopener noreferrer" aria-label="Delete client"
  >
    <UserMinus />
    <h4 className="font-semibold mt-2">Delete client</h4>
    <p className="text-sm text-gray-600 mt-1">Remove safely with audit in mind.</p>
  </a>

  {/* Import from Excel */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/clients/import-clients-excel"
    target="_blank" rel="noopener noreferrer" aria-label="Import clients from Excel"
  >
    <FileSpreadsheet />
    <h4 className="font-semibold mt-2">Import from Excel</h4>
    <p className="text-sm text-gray-600 mt-1">Bulk upload via spreadsheet.</p>
  </a>
</div>

### WhatsApp Profiles (Business)
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 my-4">

  {/* About Profile */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/about-whatsapp-profiles"
    target="_blank" rel="noopener noreferrer"
  >
    <MessageSquare />
    <h4 className="font-semibold mt-2">About WhatsApp profiles</h4>
    <p className="text-sm text-gray-600 mt-1">Structure, compliance, and limits.</p>
  </a>

  {/* Create Profile */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/create-whatsapp-profile"
    target="_blank" rel="noopener noreferrer"
  >
    <FileUser />
    <h4 className="font-semibold mt-2">Create profile</h4>
    <p className="text-sm text-gray-600 mt-1">Set up your business identity and contact info.</p>
  </a>

  {/* Update Details */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/update-whatsapp-profile-details"
    target="_blank" rel="noopener noreferrer"
  >
    <Edit3 />
    <h4 className="font-semibold mt-2">Update details</h4>
    <p className="text-sm text-gray-600 mt-1">Modify business name, description, and address.</p>
  </a>

  {/* Commerce Settings */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/update-whatsapp-profile-commerce-settings"
    target="_blank" rel="noopener noreferrer"
  >
    <ShoppingBag />
    <h4 className="font-semibold mt-2">Commerce settings</h4>
    <p className="text-sm text-gray-600 mt-1">Manage catalog visibility and checkout setup.</p>
  </a>

  {/* Business Compliance */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/whatsapp-profile-business-compliance-info"
    target="_blank" rel="noopener noreferrer"
  >
    <ShieldCheck />
    <h4 className="font-semibold mt-2">Business compliance info</h4>
    <p className="text-sm text-gray-600 mt-1">Verify your brand identity and meet WhatsApp policies.</p>
  </a>

  {/* Quality Ratings */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/quality-ratings"
    target="_blank" rel="noopener noreferrer"
  >
    <Gauge />
    <h4 className="font-semibold mt-2">Quality ratings</h4>
    <p className="text-sm text-gray-600 mt-1">Monitor messaging reputation and delivery health.</p>
  </a>

  {/* Profile Insights */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/whatsapp-profile-insights"
    target="_blank" rel="noopener noreferrer"
  >
    <BarChart3 />
    <h4 className="font-semibold mt-2">Profile insights</h4>
    <p className="text-sm text-gray-600 mt-1">Analyze reach, engagement, and performance metrics.</p>
  </a>

  {/* Lifecycle — Verify Number */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/verify-phone-number"
    target="_blank" rel="noopener noreferrer"
  >
    <KeyRound />
    <h4 className="font-semibold mt-2">Verify phone number</h4>
    <p className="text-sm text-gray-600 mt-1">Complete WhatsApp number verification.</p>
  </a>

  {/* Lifecycle — Enable / Disable */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/enable-disable-whatsapp-profile"
    target="_blank" rel="noopener noreferrer"
  >
    <ToggleRight />
    <h4 className="font-semibold mt-2">Enable / Disable profile</h4>
    <p className="text-sm text-gray-600 mt-1">Temporarily deactivate or restore your WhatsApp profile.</p>
  </a>

  {/* Lifecycle — Encryption */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/enabling-whatsapp-profile-encryption"
    target="_blank" rel="noopener noreferrer"
  >
    <Lock />
    <h4 className="font-semibold mt-2">Encryption</h4>
    <p className="text-sm text-gray-600 mt-1">Enable or confirm end-to-end encryption.</p>
  </a>

  {/* Lifecycle — Delete Profile */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/delete-whatsapp-profile"
    target="_blank" rel="noopener noreferrer"
  >
    <Trash2 />
    <h4 className="font-semibold mt-2">Delete profile</h4>
    <p className="text-sm text-gray-600 mt-1">Permanently remove your WhatsApp profile.</p>
  </a>

  {/* Lifecycle — Messaging Limits */}
  <a
    className="block border rounded-2xl p-4 hover:shadow-md transition no-underline"
    href="/whatsdiscuss-platform/how-to-guides/whatsapp-profiles/about-messaging-limits"
    target="_blank" rel="noopener noreferrer"
  >
    <Gauge />
    <h4 className="font-semibold mt-2">Messaging limits</h4>
    <p className="text-sm text-gray-600 mt-1">Understand WhatsApp tier limits and upgrade logic.</p>
  </a>
</div>

---

## Pro Tips

- Keep your **WABA verified** to maintain template approvals and messaging limits.  
- Use **Flows** for high-conversion onboarding and lead capture.  
- Pair **Catalog + Carousel** templates to showcase products inside WhatsApp.

---

### Support

Stuck or need a hand? **support@whatsdiscuss.in**

{/* SEO breadcrumb for richer SERP */}
<script type="application/ld+json">
{JSON.stringify({
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    { "@type": "ListItem", "position": 1, "name": "Help Center", "item": "https://help.smartcodejunctioninfinity.com" },
    { "@type": "ListItem", "position": 2, "name": "WhatsDiscuss Platform", "item": "https://help.smartcodejunctioninfinity.com/whatsdiscuss-platform" }
  ]
})}
</script>
