> For the complete documentation index, see [llms.txt](https://help.kanjian.com/star/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.kanjian.com/star/royalties.md).

# 音乐人收益

- [专辑通过星球发行上架到各平台后，收益分成是怎么计算的？](https://help.kanjian.com/star/royalties/revenue-calculations.md)
- [报表多久会更新一次？](https://help.kanjian.com/star/royalties/financial-reports.md)
- [何时能看到当月的收益情况？](https://help.kanjian.com/star/royalties/when-will-revenue-statement-be-available.md)
- [为什么收益与可提现金额不一致？](https://help.kanjian.com/star/royalties/why-is-the-revenue-inconsistent-with-the-money-withdrawal-amount.md)
- [对“收益”和“可提款金额”有异议，该如何处理？](https://help.kanjian.com/star/royalties/objections-to-the-revenue-and-withdrawable-amount.md)
- [如何申请提现？](https://help.kanjian.com/star/royalties/how-can-i-apply-for-money-withdrawal.md)
- [申请提现并审核通过后，何时能收到钱？](https://help.kanjian.com/star/royalties/after-applying-for-withdrawal-and-approval-when-will-i-receive-the-money.md)
- [有规定的提现时间点吗？](https://help.kanjian.com/star/royalties/is-there-a-prescribed-time-for-money-withdrawal.md)
- [如何修改收款账号？](https://help.kanjian.com/star/royalties/how-to-modify-the-receiving-account.md)
- [歌曲发行后（1~3个月后），为何还没有收益？](https://help.kanjian.com/star/royalties/after-the-song-is-distributed-1-3-months-later-why-there-is-still-no-revenue.md)
- [关于邻接权相关？](https://help.kanjian.com/star/royalties/guan-yu-lin-jie-quan-xiang-guan.md)


---

# 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.kanjian.com/star/royalties.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.
