> For the complete documentation index, see [llms.txt](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs.md).

# Use Cases & FAQs

- [❓General FAQs](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/general-faqs.md)
- [💡Usecases](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases.md)
- [How Quantity Increment Calculation and Quantity Limit Work](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-quantity-increment-calculation-and-quantity-limit-work.md)
- [How Custom Pricing and Volume Pricing Work Together](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-custom-pricing-and-volume-pricing-work-together.md)
- [How to Combine B2B Solution and B2B Login Access Management](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-combine-b2b-solution-and-b2b-login-access-management.md)
- [How to Exempt Tax for Non-Registered VAT Customers](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-exempt-tax-for-non-registered-vat-customers.md)
- [Can I Apply Additional Discounts with Custom Pricing or Volume Pricing?](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/can-i-apply-additional-discounts-with-custom-pricing-or-volume-pricing.md)
- [How to Promote Bulk Purchases with Volume Pricing and Order Limit](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-promote-bulk-purchases-with-volume-pricing-and-order-limit.md)
- [How to Avoid Duplicated Discounts When Using Another B2C Discount App](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-avoid-duplicated-discounts-when-using-another-b2c-discount-app.md)
- [How to Limit Order Quantity/Amount and Set Product Increment](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/how-to-limit-order-quantity-amount-and-set-product-increment.md)
- [Set Up Employee Pricing for Internal Sales in B2B Wholesale Solution](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/set-up-employee-pricing-for-internal-sales-in-b2b-wholesale-solution.md): Internal sales or employee purchase lets you offer special pricing to employees while keeping your regular retail pricing unchanged for other customers.
- [Does BSS B2B Solution Adapt with Shopify New Customer Accounts?](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/usecases/does-bss-b2b-solution-adapt-with-shopify-new-customer-accounts.md): Yes. BSS B2B Solution adapts with Shopify New Customer Accounts
- [💎Pricing Plans & Details](https://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs/pricing-plans-and-details.md): The B2B/Wholesale Solution app offers four pricing plans — Free, Essential, Advanced, and Platinum — each designed to support your B2B business at every growth stage.


---

# 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://docs-shpf.bsscommerce.com/b2b-wholesale-solution/use-cases-and-faqs.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.
