> 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/file-management/share-projects.md).

# 共享工程

## 通过链接分享工程

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

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

点击“分享”按钮开始分享。ACE Studio 会将所有轨道渲染为分离的 MP3 文件，并上传到您的账号云端。

* 您的云存储并非无限，请根据您的会员等级查看可用存储空间。
* 您可以在网页账号中心管理已上传的工程。

## 排练

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

共享工程页面是一个音轨播放器。在这个播放器中，您可以按需静音轨道并预览每条歌词轨道。

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

这专为合唱排练或 Demo 试听而设计。


---

# 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/file-management/share-projects.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.
