# FAQ

**Q: How to develop and deploy smart contracts on the Bitroot platform**

A: Developers can refer to the official smart contract development guide, which provides template code, deployment steps and solutions to common errors.

\
**Q: How to build and configure the Bitroot verification node?**

A: Please refer to the official "Node Deployment and Configuration Guide", which lists in detail the hardware requirements, software installation steps, configuration parameters and common problem troubleshooting methods.

**Q: What are the precautions for running a node?**

A: The node needs to maintain network stability, upgrade to the latest version in time, and back up data regularly. It is recommended to join the official node exchange group to obtain the latest operation and maintenance experience and technical support.

**Q: How to use the Bitroot protocol layer for asset issuance?**

A: Log in to the Bitroot protocol layer product, fill in the asset parameters on the asset issuance page and confirm, and you can quickly create digital assets. For specific operation steps, please refer to the "User Operation Guide-Protocol Layer Products".

<br>

\ <br>


---

# 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://bitroot.gitbook.io/bitroot/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.
