# 开发者

- [开发教程](https://www.docszh.com/story-docs/developers/tutorials.md)
- [如何注册音频 IP](https://www.docszh.com/story-docs/developers/tutorials/register-music-on-story.md)
- [如何给 IP 设置打赏](https://www.docszh.com/story-docs/developers/tutorials/ip-tip.md)
- [如何在 Story 注册 IP](https://www.docszh.com/story-docs/developers/tutorials/register-ip-on-story.md)
- [TypeScript SDK](https://www.docszh.com/story-docs/developers/typescript-sdk.md)
- [TypeScript SDK 设置](https://www.docszh.com/story-docs/developers/typescript-sdk/typescript-sdk-setup.md)
- [注册 IP 资产](https://www.docszh.com/story-docs/developers/typescript-sdk/register-ip-asset.md)
- [注册许可条款](https://www.docszh.com/story-docs/developers/typescript-sdk/register-license-terms.md)
- [将条款附加到 IP 资产](https://www.docszh.com/story-docs/developers/typescript-sdk/attach-terms-to-ipa.md)
- [铸造许可证代币](https://www.docszh.com/story-docs/developers/typescript-sdk/mint-license-token.md)
- [注册衍生品](https://www.docszh.com/story-docs/developers/typescript-sdk/register-derivative.md)
- [IP 资产支付](https://www.docszh.com/story-docs/developers/typescript-sdk/ipa-pay.md)
- [领取收入分成](https://www.docszh.com/story-docs/developers/typescript-sdk/claim-revenue.md)
- [智能合约](https://www.docszh.com/story-docs/developers/smart-contracts.md)
- [项目部署](https://www.docszh.com/story-docs/developers/smart-contracts/creating-a-project.md)
- [将 NFT 注册为 IP 资产](https://www.docszh.com/story-docs/developers/smart-contracts/register-nft-as-ip-asset.md)
- [注册许可条款](https://www.docszh.com/story-docs/developers/smart-contracts/register-license-terms.md)
- [为 IP 资产附加许可条款](https://www.docszh.com/story-docs/developers/smart-contracts/attach-license-terms.md)
- [铸造许可代币](https://www.docszh.com/story-docs/developers/smart-contracts/mint-license-token.md)
- [混合 IP 资产二次创作](https://www.docszh.com/story-docs/developers/smart-contracts/remix-ipa.md)
- [申领版税](https://www.docszh.com/story-docs/developers/smart-contracts/claiming-royalty.md)
- [使用示例](https://www.docszh.com/story-docs/developers/smart-contracts/example.md)
- [已部署合约](https://www.docszh.com/story-docs/developers/deployed-contracts.md)
- [有用的资源](https://www.docszh.com/story-docs/developers/helpful-resources.md)
- [Github发布页面](https://www.docszh.com/story-docs/developers/releases-page.md)
- [版本矩阵](https://www.docszh.com/story-docs/developers/version-matrix.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://www.docszh.com/story-docs/developers.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.
