> 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/allpay-widget/faq.md).

# FAQ

<details>

<summary>Is this service free?</summary>

Yes! Anyone can use our widget.

</details>

<details>

<summary>Which networks does the widget support?</summary>

The widget supports multiple EVM-compatible networks such as Ethereum, Polygon, BSC, Avalanche, Fantom, and soon our bitoftrade cross-chain mechanism.

</details>

<details>

<summary>Which tokens does the widget support?</summary>

We support all available tokens on the networks mentioned.

</details>

<details>

<summary>What can I do with the widget?</summary>

There are many specific use cases for the widget, but let's summarize:

1. You can sell any token you'd like.
2. You can run token swapping on your website.
3. You can buy/sell NFT.

</details>

<details>

<summary>How to install the widget?</summary>

Integrating your own customized widget is so easy! You can check the [Quick start](/for-businesses/allpay-widget/quick-start.md) section to see exactly how to do it yourself.

</details>

<details>

<summary>How to use the widget on my website?</summary>

The [use cases](/for-businesses/allpay-widget/use-cases.md) section contains numerous examples of how to use this tool to benefit your business.

</details>

<details>

<summary>Do I need to install anything?</summary>

No installations are needed, only the code on the customization page.

</details>


---

# 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/allpay-widget/faq.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.
