# 실행

{% code fullWidth="true" %}

```
이름:
   singularity run - 다른 싱귤래리티 구성요소 실행하기

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

명령어:
   api               싱귤래리티 API 실행
   dataset-worker    데이터셋 준비 워커 시작하여 데이터셋 스캔 및 준비 작업 처리
   content-provider  검색 요청을 제공하는 콘텐츠 공급자 시작
   deal-tracker      모든 관련 월렛에 대한 거래 추적기 시작
   deal-pusher       거래 스케줄을 모니터하고 저장소 제공자에 거래를 전송하는 거래 푸셔 시작
   help, h           명령어 목록 표시 또는 특정 명령어에 대한 도움말 표시

옵션:
   --help, -h  도움말 표시
```

{% endcode %}


---

# Agent Instructions: 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:

```
GET https://data-programs.gitbook.io/singularity/kr/cli-reference/run.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
