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

# GameBoost Help Center

> Find help for buying, orders, payments, selling, and the Partner API on GameBoost.

<div className="landing-hero">
  <div className="landing-hero-inner">
    <p className="landing-hero-eyebrow">GameBoost help center</p>
    <h1 className="landing-hero-title">What do you need help with?</h1>

    <p className="landing-hero-description">
      Self-service guides for buyers, partnered sellers, and API partners. Search the docs or start with a topic below.
    </p>

    <div className="landing-hero-actions">
      <a className="landing-hero-cta-primary" href="/documentation/for-customers/frequently-asked-questions/what-you-can-do-on-gameboost">
        Get Started

        <Icon icon="arrow-right" className="w-4 h-4 ml-2" />
      </a>
    </div>
  </div>
</div>

<div className="landing-quick-links-section">
  <div className="landing-quick-links-inner">
    <ul className="landing-hero-quick-links" aria-label="Common Help Topics">
      <li>
        <a href="/documentation/for-customers/order-help/order-issues">Order Problem</a>
      </li>

      <li>
        <a href="/documentation/for-customers/payment-and-refund/gameboost-refund-and-warranty-policy">Refunds and Warranties</a>
      </li>

      <li>
        <a href="/documentation/for-sellers/how-do-i-sell">Selling on GameBoost</a>
      </li>
    </ul>
  </div>
</div>

<div className="landing-grid-section" id="quick-access">
  <h2 className="landing-grid-heading">Popular topics</h2>

  <p className="landing-grid-subheading">
    Starting points across the Help Center, Partner Center, and Partner API.
  </p>

  <Columns cols={3}>
    <Card title="What you can do on GameBoost" icon="circle-question" href="/documentation/for-customers/frequently-asked-questions/what-you-can-do-on-gameboost">
      Marketplace overview for buyers and sellers.
    </Card>

    <Card title="How to Buy" icon="cart-shopping" href="/documentation/for-customers/payment-and-refund/how-easy-is-it-to-buy-on-gameboost">
      Checkout, delivery, and what to expect after purchase.
    </Card>

    <Card title="Find the Right Offer" icon="magnifying-glass" href="/documentation/for-customers/frequently-asked-questions/how-to-find-the-ideal-offer">
      Search, filters, and how to compare listings.
    </Card>

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

    <Card title="Refunds and Warranties" icon="shield-halved" href="/documentation/for-customers/payment-and-refund/gameboost-refund-and-warranty-policy">
      Refund rules, warranty coverage, and how to file a claim.
    </Card>

    <Card title="Account Safety" icon="lock" href="/documentation/for-customers/account-usage-terms/general-account-usage-terms">
      Usage terms and steps to secure accounts after purchase.
    </Card>

    <Card title="Start Selling" icon="store" href="/documentation/for-sellers/how-do-i-sell">
      How selling works and how to become a partner.
    </Card>

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

    <Card title="Partner API" icon="square-terminal" href="/api/get-started/overview">
      Authentication, webhooks, and API reference for integrations.
    </Card>
  </Columns>
</div>
