> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/wen-jian-guan-li/fen-xiang-gong-cheng.md).

# 分享工程

## 以链接分享工程

<figure><img src="/files/c157bc8bd09e306da191b51549bf6a846e0f548f" alt="Share your ACE Studio project." width="326"><figcaption></figcaption></figure>

此功能用于将带歌词的音轨（Stems）导出为网页链接。拥有该链接的任何人都可以在任意设备上预览音轨和歌词。

点击“分享”按钮开始分享。ACE Studio 会将所有轨道渲染为独立的 mp3 文件，并上传到你的账户云端。

* 你的云端存储并非无限，请根据你的会员等级检查剩余空间。
* 你可以在网页版账户中心管理已上传的工程。

## 彩排

<figure><img src="/files/06985606d3f027eecf45af2f74e612767191a87e" alt=""><figcaption></figcaption></figure>

共享工程页面为一个 Stem 播放器。在该播放器中，你可以静音轨道并按需预览各个歌词轨。

<figure><img src="/files/bf120bab5deae09a3fc5a77d5d39d808aca737bd" alt=""><figcaption></figcaption></figure>

该功能为合唱排练或样片预览而设计。


---

# 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://docs.acestudio.ai/docs/product-wiki-zh/gong-cheng/wen-jian-guan-li/fen-xiang-gong-cheng.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.
