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

# Yuko Apps Documentation

> Guides and help for all Yuko apps for Shopify — order limits, upsells, bundles, cart drawer, and referral marketing.

<div className="mx-auto w-full max-w-5xl px-6 py-16">
  <div className="text-center mb-12">
    <h1 className="text-4xl font-semibold mb-4">How can we help?</h1>

    <p className="text-lg text-gray-500 dark:text-gray-400">
      Setup guides, feature walkthroughs, and troubleshooting for every
      Yuko app. Pick your app to get started.
    </p>
  </div>

  <CardGroup cols={3}>
    <Card title="Order Limits & Minimum Order Quantity" icon="scale-balanced" href="/order-limits/overview">
      Minimum and maximum purchase rules — quantity, order value, and
      weight — enforced up to checkout.
    </Card>

    <Card title="Post Purchase Upsells" icon="cart-plus" href="/post-purchase-upsells/overview">
      One-click offers after payment, on the thank-you page, and in
      checkout.
    </Card>

    <Card title="Bundle Builder & Discounts" icon="boxes-stacked" href="/bundles-discounts/overview">
      Quantity breaks, volume discounts, bundles, mix & match, and
      build-your-own-box pages.
    </Card>

    <Card title="Cart Drawer & Upsells" icon="cart-shopping" href="/cart-drawer/overview">
      A customizable slide-out cart with rewards bar, upsells, and
      add-ons.
    </Card>

    <Card title="Not sure where to start?" icon="circle-question" href="https://cal.com/yukoteam/yuko">
      Book a free call and our team will set things up with you, end to
      end.
    </Card>
  </CardGroup>

  <div className="mt-16">
    ## Setting up a new app?

    Every app follows the same three steps — install, enable it in your
    theme, create your first offer or rule. Jump straight to the guide:

    <CardGroup cols={3}>
      <Card title="Order Limits setup" icon="wrench" href="/order-limits/installation" />

      <Card title="Post Purchase setup" icon="wrench" href="/post-purchase-upsells/installation" />

      <Card title="Bundles setup" icon="wrench" href="/bundles-discounts/installation" />

      <Card title="Cart Drawer setup" icon="wrench" href="/cart-drawer/installation" />
    </CardGroup>

    <Tip>
      Something not working? Every app has its own **FAQ & troubleshooting**
      page — you'll find it at the bottom of each app's sidebar.
    </Tip>
  </div>

  <div className="mt-16">
    ## Need help?

    <CardGroup cols={2}>
      <Card title="Book a call" icon="calendar-days" href="https://cal.com/yukoteam/yuko">
        Schedule a free call for personal setup assistance — we'll
        configure things with you on screen.
      </Card>

      <Card title="Contact support" icon="comments" href="#crisp-chat">
        Chat with us directly — we're happy to help with any question,
        usually within a few hours.
      </Card>
    </CardGroup>
  </div>
</div>


## Related topics

- [Storefront blocks reference](/bundles-discounts/storefront-blocks.md)
- [Installation & theme setup](/order-limits/installation.md)
- [Installation & setup](/post-purchase-upsells/installation.md)
- [Overview](/cart-drawer/overview.md)
