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

# 프로젝트 공유

## 프로젝트를 링크로 공유

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

이 기능은 가사가 포함된 스템을 웹 링크로 내보내는 기능입니다. 이 링크가 있는 사람은 누구나 모든 기기에서 스템과 가사를 미리 볼 수 있습니다.

“Share” 버튼을 클릭하여 공유를 시작하세요. ACE Studio가 모든 트랙을 분리된 mp3 파일로 렌더링한 뒤, 계정 클라우드에 업로드합니다.

* 클라우드 저장 공간은 무제한이 아니므로, 멤버십에 따라 저장 공간을 확인하세요.
* 업로드한 프로젝트는 웹 계정 센터에서 관리할 수 있습니다.

## 리허설

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

공유된 프로젝트 페이지는 스템 플레이어입니다. 이 플레이어에서 트랙을 음소거하고 각 가사 트랙을 원하는 대로 미리 볼 수 있습니다.

<figure><img src="/files/ec5b215128f4e02b60460319d6ee4f08d5b738ea" 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-ko/project/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.
