> For the complete documentation index, see [llms.txt](https://help.tokenpocket.pro/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tokenpocket.pro/cn/wallet-operation/about-custom-networks/customize-network-add-link.md).

# 自定义网络推广链接

#### 定制化URL拼接规则:

&#x20;<mark style="color:blue;"><http://tp-lab.tokenpocket.pro/AddChain/index.html?locale=参数1\\&chainId=参数2\\&name=参数3\\&rpc=参数4\\&nativeCurrencySymbol=参数5\\&nativeCurrencyDecimals=参数6></mark>

#### 参数讲解：

1）如果您要推广的网络在[NetworkList](https://github.com/TP-Lab/networklist-org)里包含了，则 参数3，参数4，参数5，参数6可不传

2）如果您要推广的网络不在[NetworkLis](https://github.com/TP-Lab/networklist-org)t里，则 所有参数都为必填

我们欢迎您通过[NetworkList](https://github.com/TP-Lab/networklist-org)向我们提交您的网络配置，进行更深层次的定制化

`参数1： 中文：zh 英文：en`

`参数2： 填写您的网络ChanId`

`参数3： 设置您的网络名称`

`参数4： 填写RPC链接`

`参数5： 网络原生币Symbol`


---

# 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://help.tokenpocket.pro/cn/wallet-operation/about-custom-networks/customize-network-add-link.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.
