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

# Help Center

> Guides for buyers, sellers, and API partners.

<div className="lb-hero">
  <img src="https://lolboost.gg/public/assets/website/images/docs-banner.png" alt="" noZoom className="lb-hero-illustration absolute inset-0 w-full h-full object-cover" />

  <div className="lb-hero-grid" />

  <div className="lb-hero-scrim absolute inset-0" />

  <div className="lb-hero-content px-4 py-12 lg:py-16 max-w-3xl mx-auto text-center">
    <p className="lb-eyebrow text-xs font-semibold uppercase text-violet-600 dark:text-violet-400">
      LoLBoost Help Center
    </p>

    <h1 className="mt-4 text-4xl sm:text-5xl font-semibold text-gray-900 dark:text-zinc-50 tracking-tight">
      What do you need help with?
    </h1>

    <p className="mt-4 text-lg text-gray-600 dark:text-zinc-400 max-w-xl mx-auto">
      Self-service guides for buyers, verified sellers, and Seller API integrators. Search the docs or start with a topic below.
    </p>

    <div className="mt-6 flex justify-center">
      <a href="/help/what-you-can-do" className="lb-cta inline-flex items-center gap-2 rounded-full px-6 py-3 text-sm font-semibold text-white">
        Get Started
        <span aria-hidden="true">→</span>
      </a>
    </div>

    <div className="mt-5 flex flex-wrap justify-center gap-3">
      <a href="/help/order-problem" className="lb-pill rounded-full px-4 py-2 text-sm font-medium text-gray-700 dark:text-zinc-300">
        Order Problem
      </a>

      <a href="/help/refunds-warranties" className="lb-pill rounded-full px-4 py-2 text-sm font-medium text-gray-700 dark:text-zinc-300">
        Refunds and Warranties
      </a>

      <a href="/partner-center/start-selling" className="lb-pill rounded-full px-4 py-2 text-sm font-medium text-gray-700 dark:text-zinc-300">
        Selling on LoLBoost
      </a>
    </div>
  </div>
</div>

<div className="max-w-5xl mx-auto px-6 py-12">
  <h2 className="text-2xl font-semibold text-gray-900 dark:text-zinc-50">
    Popular topics
  </h2>

  <p className="mt-2 text-gray-500 dark:text-zinc-500">
    Starting points across the Help Center, Seller Center, and Seller API.
  </p>

  <div className="mt-8">
    <CardGroup cols={3}>
      <Card title="What you can do on LoLBoost" icon="circle-question" href="/help/what-you-can-do">
        Marketplace overview for buyers and sellers.
      </Card>

      <Card title="How to Buy" icon="cart-shopping" href="/help/what-you-can-do#how-to-buy">
        Checkout, delivery, and what to expect after purchase.
      </Card>

      <Card title="Find the Right Service" icon="magnifying-glass" href="/help/what-you-can-do#what-can-you-order">
        Boosting, coaching, Duo Pass, and accounts for LoL, Valorant, and TFT.
      </Card>

      <Card title="Orders and Support" icon="life-ring" href="/help/order-problem">
        Order issues, tickets, and what to include when you contact us.
      </Card>

      <Card title="Refunds and Warranties" icon="shield" href="/help/refunds-warranties">
        Refund rules, warranty coverage, and how to file a claim.
      </Card>

      <Card title="Account Safety" icon="lock" href="/help/account-safety">
        Usage terms and steps to secure accounts after purchase.
      </Card>

      <Card title="Start Selling" icon="store" href="/partner-center/start-selling">
        How selling works and how to become a verified seller.
      </Card>

      <Card title="Seller Guide" icon="book-open" href="/partner-center/seller-guide">
        Listings, orders, payouts, and seller policies.
      </Card>

      <Card title="Seller API" icon="terminal" href="/essentials/overview">
        Authentication, webhooks, and API reference for integrations.
      </Card>
    </CardGroup>
  </div>
</div>
