# 相关概念

- [概述](https://www.docszh.com/story-docs/concepts/overview.md)
- [IP 资产](https://www.docszh.com/story-docs/concepts/ip-asset.md)
- [IPA 元数据标准](https://www.docszh.com/story-docs/concepts/ip-asset/ipa-metadata-standard.md)
- [IP 账号](https://www.docszh.com/story-docs/concepts/ip-account.md)
- [协议模块](https://www.docszh.com/story-docs/concepts/modules.md)
- [基本模块](https://www.docszh.com/story-docs/concepts/modules/base-module.md)
- [Hooks](https://www.docszh.com/story-docs/concepts/modules/hooks.md)
- [如何创建和注册模块](https://www.docszh.com/story-docs/concepts/modules/create-and-register-modules.md)
- [许可模块](https://www.docszh.com/story-docs/concepts/licensing-module.md)
- [许可证模板](https://www.docszh.com/story-docs/concepts/licensing-module/license-template.md)
- [许可条款](https://www.docszh.com/story-docs/concepts/licensing-module/license-terms.md)
- [许可证代币](https://www.docszh.com/story-docs/concepts/licensing-module/license-token.md)
- [许可证配置 / Hook](https://www.docszh.com/story-docs/concepts/licensing-module/license-config-hook.md)
- [版税模块](https://www.docszh.com/story-docs/concepts/royalty-module.md)
- [IP 版税库](https://www.docszh.com/story-docs/concepts/royalty-module/ip-royalty-vault.md)
- [流动性绝对百分比 (LAP)](https://www.docszh.com/story-docs/concepts/royalty-module/liquid-absolute-percentage.md)
- [流动性相对百分比 (LRP)](https://www.docszh.com/story-docs/concepts/royalty-module/liquid-relative-percentage.md)
- [外部版税政策](https://www.docszh.com/story-docs/concepts/royalty-module/external-royalty-policies.md)
- [争议模块](https://www.docszh.com/story-docs/concepts/dispute-module.md)
- [群组模块](https://www.docszh.com/story-docs/concepts/grouping-module.md)
- [注册表](https://www.docszh.com/story-docs/concepts/registry.md)
- [IP 资产注册](https://www.docszh.com/story-docs/concepts/registry/ip-asset-registry.md)
- [群组 IP 资产注册](https://www.docszh.com/story-docs/concepts/registry/group-ip-asset-registry.md)
- [许可证注册](https://www.docszh.com/story-docs/concepts/registry/license-registry.md)
- [模块注册](https://www.docszh.com/story-docs/concepts/registry/module-registry.md)
- [可编程 IP 许可 (PIL)](https://www.docszh.com/story-docs/concepts/programmable-ip-license.md)
- [PIL 条款](https://www.docszh.com/story-docs/concepts/programmable-ip-license/pil-terms.md)
- [PIL 版本示例](https://www.docszh.com/story-docs/concepts/programmable-ip-license/pil-flavors.md)
- [访问控制器](https://www.docszh.com/story-docs/concepts/access-controller.md)
- [Story 协议网关 (SPG)](https://www.docszh.com/story-docs/concepts/story-protocol-gateway.md)
- [批量函数调用](https://www.docszh.com/story-docs/concepts/story-protocol-gateway/batch-function-calls.md)
- [常见问题](https://www.docszh.com/story-docs/concepts/concepts-faq.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/concepts.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.
