> 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/storage.md).

# 저장소

{% code fullWidth="true" %}

```
이름:
   singularity storage - 스토리지 시스템 연결 생성 및 관리

사용법:
   singularity storage command [command options] [arguments...]

명령어:
   create   소스 또는 출력으로 사용할 수 있는 새로운 스토리지 생성
   explore  경로 하위의 모든 항목을 나열하여 스토리지를 탐색
   list     모든 스토리지 시스템 연결을 나열
   remove   준비과정에서 사용되지 않는 스토리지 연결 제거
   update   기존 스토리지 연결의 구성 업데이트
   help, h  명령어 목록 표시 또는 특정 명령어의 도움말 표시

옵션:
   --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/storage.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.
