> For the complete documentation index, see [llms.txt](https://bizzeropay.gitbook.io/bizzeropay2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bizzeropay.gitbook.io/bizzeropay2/localgov/step-2.md).

# STEP 2. 인증서 등록 (공통)

### 행정전자서명인증서(GPKI) 등록

![로그인 화면](https://gblobscdn.gitbook.com/assets%2F-M36GXB3GbPw3BxDaE9-%2F-M390FFQkZzu_AGR2YlV%2F-M393lmz22X2j7WJscbG%2Fimage.png?alt=media\&token=d92488d5-d933-49cd-8348-079bf53b9b16)

{% hint style="info" %}
발급받은 아이디, 패스워드로 로그인 후 행정전자서명인증서(GPKI)를 등록합니다.
{% endhint %}

![사용자 정보 확인](/files/-MF3w1awu6Mh_L6HPfBc)

{% hint style="info" %}
등록된 아이디, 비밀번호로 최초 로그인 시 행정전자서명인증서 등록 화면이 나타납니다 .\
본인정보를 입력하고 \[확인] 버튼을 선택합니다.
{% endhint %}

![행정전자서명인증서 등록](/files/-MF3we1eSHUhO06ubf0F)

{% hint style="info" %}
주민등록번호를 입력하고 \[공인인증서 등록] 버튼을 선택합니다.
{% endhint %}

![인증서 선택창](/files/-MF3wu-4LOc-w2znNSbb)

{% hint style="info" %}
등록할 행정전자서명 인증서 선택 후 비밀번호를 입력하고 \[확인] 버튼을 선택합니다.
{% endhint %}

![인증서 등록완료](/files/-MF3x3EKq0HeZ__rFruj)

{% hint style="info" %}
인증서 등록완료 후 로그인 화면에서 등록한 인증서로 로그인 가능합니다.
{% endhint %}


---

# 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://bizzeropay.gitbook.io/bizzeropay2/localgov/step-2.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.
