> 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/voice-cloning/cloning-a-voice-for-vocal-synth/private-share.md).

# 비공개 공유

## 음성 비공개 공유란?

협업 시트를 등록하면 복제된 음성을 다른 사용자와 비공개로 공유할 수 있으며, 모든 제어 권한은 계정에 그대로 유지됩니다.

## 협업 시트 등록

음성 복제의 홈 페이지에서 복제된 음성 중 원하는 항목에 협업 시트를 등록할 수 있습니다. [음성 복제 홈 페이지](https://acestudio.ai/app/custom-voice/vocal-synth).

시트를 등록하려면, <kbd>공유</kbd> 버튼을 클릭한 다음, 협업자의 사용자 ID를 입력하세요.

## 모든 협업 시트 관리

등록된 사용자 ID를 변경하거나 삭제하여 언제든지 각 시트를 관리할 수 있습니다.

모든 시트는 슬롯 관리 페이지에 표시됩니다.


---

# 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/voice-cloning/cloning-a-voice-for-vocal-synth/private-share.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.
