> For the complete documentation index, see [llms.txt](https://data-programs.gitbook.io/singularity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data-programs.gitbook.io/singularity/kr/cli-reference/prep/add-piece.md).

# 조각 추가

{% code fullWidth="true" %}

```
NAME:
   singularity prep add-piece - 준비 작업에 직접적으로 조각 정보를 추가합니다. 이는 외부 도구로 준비된 조각에 유용합니다.

사용법:
   singularity prep add-piece [command options] <preparation id|name>

카테고리:
   조각 관리

옵션:
   --piece-cid value   조각의 CID
   --piece-size value  조각의 크기 (기본값: "32GiB")
   --file-path value   CAR 파일의 경로, 파일 크기와 루트 CID를 결정하는 데 사용됩니다.
   --root-cid value    CAR 파일의 루트 CID
   --help, -h          도움말 표시
```

{% endcode %}


---

# 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://data-programs.gitbook.io/singularity/kr/cli-reference/prep/add-piece.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.
