# Network Configuration

vBTC On-Chain currently supports the **BNB Chain** network. To access full functionality, please follow these steps:

* Switch the connected wallet’s network to **BNB Chain**
* If the network is not available, add it manually using the following details:
  * Network Name: **BNB Chain**
  * New RPC URL: **<https://bsc-dataseed.binance.org/>**
  * Chain ID: **56**
  * Currency Symbol: **BNB**
  * Block Explorer URL: **<https://bscscan.com>**

Click “**Save**” to complete the network setup.


---

# 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.vbtc.me/en/how-to-start/network-configuration.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.
