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

# Get Started

- [關於BlockRazor](https://docs.blockrazor.io/tc/get-started/guan-wu-blockrazor.md): 介紹BlockRazor以及其提供的服務
- [支持的鏈](https://docs.blockrazor.io/tc/get-started/zhi-chi-de-lian.md): 從鏈維度介紹BlockRazor提供的服務
- [價格](https://docs.blockrazor.io/tc/get-started/jia-ge.md): 介紹BlockRazor服務的定價
- [Authentication](https://docs.blockrazor.io/tc/get-started/authentication.md): 介紹如何獲取BlockRazor的auth
- [用戶案例](https://docs.blockrazor.io/tc/get-started/yong-hu-an-li.md): 從用戶視角分析痛點以及如何使用BlockRazor的服務
- [錢包/去中心化交易所](https://docs.blockrazor.io/tc/get-started/yong-hu-an-li/qian-bao-qu-zhong-xin-hua-jiao-yi-suo.md): 錢包/去中心化交易所的痛點以及如何使用Blockrazor的服務
- [Trading Bot](https://docs.blockrazor.io/tc/get-started/yong-hu-an-li/trading-bot.md): Trading Bot的痛點以及如何使用Blockrazor的服務
- [Searcher](https://docs.blockrazor.io/tc/get-started/yong-hu-an-li/searcher.md): Searcher的痛點以及如何使用Blockrazor的服務
- [量化交易系统](https://docs.blockrazor.io/tc/get-started/yong-hu-an-li/liang-hua-jiao-yi-xi-tong.md): 量化交易系統的痛點以及如何使用Blockrazor的服務
- [个人交易者](https://docs.blockrazor.io/tc/get-started/yong-hu-an-li/ge-ren-jiao-yi-zhe.md): 個人交易者的痛點以及如何使用Blockrazor的服務


---

# 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.blockrazor.io/tc/get-started.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.
