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