> For the complete documentation index, see [llms.txt](https://chord-on-code.gitbook.io/dansokgogo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/getting-started/approval-result.md).

# 승인 대기와 결과 확인

[관리자 권한 신청](/dansokgogo/undefined-1/getting-started/role-request.md)을 제출하면 자동으로 **"승인 요청 현황"** 화면으로 이동합니다. 다음 로그인 시에도 신청이 미해결 상태이면 이 화면이 시작 화면이 됩니다.

<figure><img src="/files/mpPFX2iqk3cCH7tjM7Zd" alt="" width="188"><figcaption></figcaption></figure>

## 화면 구성

상단의 **상태 카드**와 그 아래의 **상세 정보 카드**(아파트·요청일·요청 권한)로 구성됩니다.

### 상태 카드

| 상태          | 표시                                          | 의미                            |
| ----------- | ------------------------------------------- | ----------------------------- |
| **승인 대기 중** | 파란색·모래시계 아이콘 / "승인을 기다리고 있어요. 승인되면 알려드릴게요." | 단속고고 고객센터에서 검토 중              |
| **승인 거절됨**  | 빨간색·X 아이콘 / "거절 사유를 확인하고 다시 신청해 주세요."       | 단속고고 고객센터에서 거절. 사유 카드가 함께 표시됨 |

> ℹ️ 승인이 완료되면 본 화면을 거치지 않고 자동으로 홈으로 진입합니다.

### 상세 정보 카드

* **아파트** — 신청한 아파트명
* **요청 일시** — yyyy/MM/dd HH:mm
* **요청 권한** — 관리자

### 거절 사유 카드 (거절된 경우만)

거절 시 단속고고 고객센터에서 입력한 사유가 빨간색 카드로 표시됩니다.

## 상태별 액션

### 승인 대기 중

* 화면 하단의 **승인 확인** 버튼을 누르면 최신 상태를 다시 조회합니다.
  * 승인이 완료된 경우 **"승인 완료 — 관리자 권한이 승인되었습니다"** 토스트와 함께 즉시 홈으로 이동합니다.
  * 아직 대기 중이면 **"아직 승인이 완료되지 않았습니다. 잠시 후 다시 시도해 주세요."** 다이얼로그가 표시됩니다.
* 별도 알림은 가입 시 사용한 이메일로도 발송될 수 있습니다.

### 승인 거절됨

거절 사유 카드 아래에 두 가지 액션이 표시됩니다.

* **다시 신청하기** — 거절된 신청을 삭제하고 [역할 선택](/dansokgogo/undefined-1/getting-started/role-request.md) 화면으로 이동해 새로 신청합니다(거절 사유에 맞춰 보완해 재제출).
* **신청 취소하고 개인회원 유지** — 거절된 신청을 삭제하고 개인회원(무료 체험) 상태를 유지한 채 홈으로 진입합니다.

## 검토 흐름

* 단속고고 고객센터에서 첨부된 사업자 등록증을 확인하고 승인/거절을 결정합니다.
* 거절 시 입력된 사유는 본 화면의 거절 카드에 그대로 노출됩니다.
* 승인/거절 결과는 가입 시 사용한 이메일로도 통지됩니다.

## 승인 완료 후

* 모바일 앱: 자동으로 [홈 화면](/dansokgogo/undefined-1/app/home.md)으로 진입. 단속 시작·QR 순찰자 추가 등 메뉴가 활성화됩니다.
* 웹 관리자: [웹 관리자 시작하기](/dansokgogo/undefined-1/web.md)에 따라 웹 관리자에 로그인하면 모든 관리 메뉴를 사용할 수 있습니다.


---

# 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://chord-on-code.gitbook.io/dansokgogo/undefined-1/getting-started/approval-result.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.
