> For the complete documentation index, see [llms.txt](https://flicky.gitbook.io/flicky-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flicky.gitbook.io/flicky-docs/readme.md).

# Welcome to Flicky: B2B Wholesale Pricing

**Flicky** gives wholesale and B2B merchants a complete pricing toolkit, volume discounts, custom price lists, and variant order tables.

With Flicky, you can...

* Retain B2B buyers with exclusive discounts, to encourage them coming back.
* Set it and forget it - Save time handling B2B store and retail store.
* Reduce confusion from handling multiple campaigns, Flicky can help stacking logics.
* Increase AOV by encouraging bulk purchases with Volume discounts feature.

## Flicky Features

<table><thead><tr><th width="227">Feature</th><th>What it does</th></tr></thead><tbody><tr><td><strong>Volume Discounts</strong></td><td><p>Create a flexible discount for buyer, based on purchase volume and target groups of buyers.</p><p>For example:<br>- From 10+, discount 10%<br>- From 11-20, discount 15%</p></td></tr><tr><td><strong>Pricing Rules</strong></td><td>Custom B2B prices for specific customers, tags, or markets (percentage off, amount off, or a fixed price).<br>For example:<br>- Show discount 10% to logged-in customers<br>- Show discount 20% for customer with tags "VIP"<br>- Do not show discount to retail customers.</td></tr><tr><td><strong>Variant Table</strong></td><td>A multi-variant ordering table on the product page so wholesale buyers can order many variants at once.<br>For example:<br>- Customer can add to cart 10 red T-shirts, 5 blue T-shirts, 2 white T-shirts and get the discount for 17 T-shirts.</td></tr></tbody></table>

## Get started

1. [Getting started](/flicky-docs/user-guide/getting-started.md) — install the app and turn on the storefront widget.
2. [Volume Discounts](/flicky-docs/user-guide/volume-discounts.md)
3. [Pricing Rules](/flicky-docs/user-guide/pricing.md)
4. [Variant Table](/flicky-docs/user-guide/variant-table.md)

## Support

Need help? Check the [FAQ](/flicky-docs/user-guide/faq.md) or email us at <flicky.support@gmail.com>.

See also the [Changelog](/flicky-docs/resources/changelog.md) and our [Privacy Policy](/flicky-docs/legal/privacy-policy.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://flicky.gitbook.io/flicky-docs/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
