# 관리자

{% code fullWidth="true" %}

```
이름:
   singularity admin - 관리자 명령어

사용법:
   singularity admin command [command 옵션] [인자들...]

명령어들:
   init              데이터베이스 초기화
   reset             데이터베이스 재설정
   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/admin.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.
