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

# 관리자 권한 신청

[아파트 선택](/dansokgogo/undefined-1/getting-started/apartment-selection.md)이 통과되면 자동으로 **사업자 등록증 업로드** 화면으로 이동합니다. 사업자 등록증을 첨부해 단속고고 고객센터의 검토를 받습니다.

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

## 신청 절차

1. 화면 상단의 헤더를 확인합니다.

   > **"관리자 승인을 위해 사업자 등록증을 올려주세요"**
2. 노란색 안내 박스의 개인정보 보호 안내를 확인합니다.

   > **"주민등록번호 등 개인정보는 가린 후 업로드해 주세요."**
3. 업로드 영역의 **파일 선택** 버튼을 눌러 사업자 등록증 **이미지 파일**(JPG/PNG 등)을 첨부합니다.
4. 업로드가 완료되면 미리보기가 표시됩니다. 잘못된 이미지면 **다시 선택**으로 교체할 수 있습니다.
5. 화면 하단의 **승인 요청 제출** 버튼을 누릅니다.
6. 정상적으로 제출이 완료되면 [승인 대기와 결과 확인](/dansokgogo/undefined-1/getting-started/approval-result.md) 화면으로 이동합니다.

## 첨부 시 주의

* **이미지 파일만** 업로드할 수 있습니다(파일 형식이 다르면 선택 자체가 안 됩니다).
* 주민등록번호·연락처 등 **개인정보가 포함된 영역은 반드시 가리고** 촬영·업로드해 주세요.
* 사업자 등록증의 사업자명·주소가 신청 대상 아파트와 명확히 매칭되도록 가리지 말고 보이게 해주세요.

## 누가 승인하나요?

신규 관리자 첫 등록 신청은 단속고고 **고객센터**가 검토합니다. 첨부된 사업자 등록증을 확인한 뒤 **승인** 또는 **거절**(사유 포함)을 결정합니다.

## 이미 관리자가 있는 아파트라면

이미 관리자가 등록된 아파트에는 신규 관리자 신청이 차단됩니다. 다음 두 가지 경로 중 하나를 사용하세요.

* **이메일로 추가** (권장) — 기존 관리자가 [운영 멤버 관리 - 관리자 추가](https://chord-on-code.gitbook.io/dansokgogo/undefined-1/getting-started/pages/TFAfp6GFCoroM6wXz7YE#관리자-추가-이메일-검색)에서 본인 이메일로 검색해 즉시 등록.
* 기존 관리자가 부재중이면 단속고고 고객센터로 연락해 주세요.

## 다음 단계

제출이 완료되면 [승인 대기와 결과 확인](/dansokgogo/undefined-1/getting-started/approval-result.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/role-request.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.
