# 开发者模块

- [如何自主更新代币图标](https://help.tokenpocket.pro/cn/developer/submit-logo.md): 代币资料自行上传教程
- [如何自主更新NFT图标](https://help.tokenpocket.pro/cn/developer/nft.md)
- [如何提交代币？](https://help.tokenpocket.pro/cn/developer/submit-token.md)
- [如何提交DApp?](https://help.tokenpocket.pro/cn/developer/submit-dapp.md)
- [如何提交NFT？](https://help.tokenpocket.pro/cn/developer/submit-nft.md)
- [如何提交公链？](https://help.tokenpocket.pro/cn/developer/submit-chain.md)


---

# 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://help.tokenpocket.pro/cn/developer.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.
