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

# Quickshops Help Center

> Guides for selling digital products and subscriptions with Quickshops.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[540px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      How can we help?
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Learn how to launch your store, sell digital products, get paid with Stripe, and grow your sales.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Get started</span>} icon="rocket" href="/quickstart" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Create your account, connect Stripe, and publish your first product.</span>
    </Card>

    <Card title={<span className="product-guide-feature-card-title">Your store</span>} icon="store" href="/store/overview" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">How your storefront, dashboard, and checkout work together.</span>
    </Card>

    <Card title={<span className="product-guide-feature-card-title">Products & sales</span>} icon="package" href="/products/digital-products" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Digital downloads, subscriptions, discounts, orders, and analytics.</span>
    </Card>

    <Card title={<span className="product-guide-feature-card-title">Integrations</span>} icon="plug" href="/integrations/overview" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Stripe, Telegram, Claude, Cursor, and Google Analytics.</span>
    </Card>

    <Card title={<span className="product-guide-feature-card-title">Customize your store</span>} icon="paintbrush" href="/store/customization" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Update design, copy, and products with AI Chat and the editor.</span>
    </Card>

    <Card title={<span className="product-guide-feature-card-title">Account & settings</span>} icon="settings" href="/account-setup" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Domains, contact details, notifications, and your dashboard tour.</span>
    </Card>
  </div>

  <p className="text-center text-sm text-gray-500 dark:text-gray-400">
    Building a custom storefront with code? See the{" "}

    <a href="/api/overview" className="text-gray-700 underline underline-offset-2 dark:text-gray-300">
      Developers
    </a>

    {" "}

    section.
  </p>
</div>
