> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sitestorepro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Site Store Pro - Laravel eCommerce Help Center

> Everything you need to launch, manage, and grow your Site Store Pro-powered e-commerce store — from first login to advanced customization.

Welcome to the Site Store Pro Help Center. Whether you're setting up your store for the first time, configuring payment gateways, building CMS pages, or managing customer support tickets, you'll find step-by-step guidance here. Use the cards below to jump to the section most relevant to you, or follow the onboarding overview to get your store live quickly.

<CardGroup cols={2}>
  <Card title="What is Site Store Pro?" icon="store" href="/introduction">
    Learn what Store Pro is, who it's built for, and the full range of features available to you.
  </Card>

  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Go from a fresh install to a working storefront in minutes with this step-by-step walkthrough.
  </Card>

  <Card title="Product Catalog" icon="box-open" href="/catalog/products">
    Add products, configure variants, upload images, and import inventory via CSV or XLSX.
  </Card>

  <Card title="Managing Orders" icon="bag-shopping" href="/orders/managing-orders">
    View, fulfill, and manage customer orders from the admin dashboard.
  </Card>

  <Card title="CMS & Pages" icon="file-lines" href="/cms/pages">
    Build full-width pages, sidebar layouts, and nested sub-directories with the Site Builder.
  </Card>

  <Card title="Plugins" icon="puzzle-piece" href="/cms/plugins">
    Extend your storefront with built-in display plugins or drop in your own external plugins.
  </Card>

  <Card title="Helpdesk & Tickets" icon="headset" href="/helpdesk/support-tickets">
    Manage customer support tickets, staff queues, internal notes, and knowledge base articles.
  </Card>

  <Card title="Developer Installation" icon="code" href="/developers/installation">
    Find server requirements, environment configuration, and deployment guidance.
  </Card>
</CardGroup>

## Get your store live

Follow these steps to move from a fresh Store Pro installation to an active, customer-ready storefront.

<Steps>
  <Step title="Log in and explore the admin panel">
    Navigate to `/admin` and sign in with your credentials. Take a few minutes to explore the main navigation — Shop, CMS, Settings, Languages, and Reports are all accessible from the sidebar.
  </Step>

  <Step title="Configure your store settings and payment gateway">
    Head to **Admin → Global Settings** to set your store name, currency, and contact details. Then go to **Admin → Checkout → Processors** to activate Stripe, Paddle, PayPal, or Test Mode so you can accept payments.
  </Step>

  <Step title="Add products and build your storefront pages">
    Create your first product under **Admin → Shop → Products → New Product**, complete with images, variants, and pricing. Use the **CMS Site Builder** to customize your homepage and any supporting pages.
  </Step>

  <Step title="Preview and launch">
    Visit `/shop` to preview your live storefront. When everything looks right, remove the demo content under **Admin → Settings → Purge Demo Content** and share your store URL with the world.
  </Step>
</Steps>
