> For the complete documentation index, see [llms.txt](https://guide-user.sendon.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-user.sendon.io/undefined/undefined-1.md).

# 사업자 계정 담당자 추가

사업자 계정에서 **로그인 인증 담당자**를 새롭게 **추가**하실 수 있도록 도와드리는 안내 가이드예요. \
아래 순서대로 차근차근 따라 해 주시면 쉽게 완료하실 수 있습니다.

1. 먼저 마이페이지에 있는 '계정정보' 메뉴로 들어가신 다음, 로그인 보안 인증의 로그인 인증 담당자 부분에 있는 **'담당자 관리' 버튼**을 선택해 주세요.
2. 다음화면의 안내에 따라 계정을 처음 가입하셨던 **담당자분이나 대표자분의 정보로 본인인증**을 진행해 주시면 됩니다. ​<br>

   <figure><img src="/files/p4VuCyxnhIa8ffb4Zmth" alt=""><figcaption></figcaption></figure>
3. 본인인증이 완료되면 팝업창이 뜨는데요, 맨 아래에 새로 추**가하려는 분의 담당자명, 휴대폰 번호, 이메일을 입력한 뒤 '추가' 버튼을 누르면** 모든 절차가 완료돼요! ​ 정상적으로 등록되면 지정된 담당자분도 함께 로그인을 관리하실 수 있으니 편리하게 이용해 보세요! 😊

<figure><img src="/files/LSTy2if23naQgN1im6gw" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://guide-user.sendon.io/undefined/undefined-1.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.
