# For businesses

- [AllPay Widget](https://docs.bitoftrade.com/for-businesses/allpay-widget.md)
- [Use cases](https://docs.bitoftrade.com/for-businesses/allpay-widget/use-cases.md)
- [Token Owners](https://docs.bitoftrade.com/for-businesses/allpay-widget/use-cases/token-owners.md)
- [Personal Exchange](https://docs.bitoftrade.com/for-businesses/allpay-widget/use-cases/personal-exchange.md)
- [Creators](https://docs.bitoftrade.com/for-businesses/allpay-widget/use-cases/creators.md): If you're an artist or an NTF collector, our widget is the answer!
- [GameFi, Metaverse](https://docs.bitoftrade.com/for-businesses/allpay-widget/use-cases/gamefi-metaverse.md): If you're a game owner who needs NFT sale, this is for you.
- [Crypto Payments (soon)](https://docs.bitoftrade.com/for-businesses/allpay-widget/use-cases/crypto-payments-soon.md)
- [Quick start](https://docs.bitoftrade.com/for-businesses/allpay-widget/quick-start.md): Everything you need to know to build your own widget
- [Customization Panel](https://docs.bitoftrade.com/for-businesses/allpay-widget/quick-start/customization-panel.md): Adjust your widget on the customization panel.
- [Swap and Sale Integration](https://docs.bitoftrade.com/for-businesses/allpay-widget/quick-start/swap-and-sale-integration.md)
- [NFT Widget Integration](https://docs.bitoftrade.com/for-businesses/allpay-widget/quick-start/nft-widget-integration.md)
- [NFT Listing](https://docs.bitoftrade.com/for-businesses/allpay-widget/quick-start/nft-widget-integration/nft-listing.md): Create a listing ID before integrating an NFT widget type.
- [Code Integration](https://docs.bitoftrade.com/for-businesses/allpay-widget/quick-start/nft-widget-integration/code-integration.md)
- [FAQ](https://docs.bitoftrade.com/for-businesses/allpay-widget/faq.md): All the questions you might have asked yourself about the widget


---

# Agent Instructions: 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:

```
GET https://docs.bitoftrade.com/for-businesses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
