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

# 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
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.bitoftrade.com/for-businesses.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.
