> For the complete documentation index, see [llms.txt](https://bizzeropay.gitbook.io/bizzeropay/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/bizzeropay/bizzeropay-user/step-1.md).

# STEP 1. 회원가입

### 홈페이지([www.bizzeropay.com](https://bizzeropay.gitbook.io/bizzeropay/bizzeropay-user/www.bizzeropay.com))를 통해 간편하게 가입신청 가능합니다.

![회원가입절차](/files/-M36LZB8aLsuYN9vpvBt)

![로그인 화면](/files/-MMT4xdr3MdAhBdDTS3w)

{% hint style="info" %}
로그인 화면 하단의 \[회원가입]을 선택합니다.
{% endhint %}

![기관유형 선택](/files/-MMT55Wym1fr2SGVI6gQ)

{% hint style="info" %}
이용기관 유형을 선택합니다. **(공공기관/일반기업 선택)**
{% endhint %}

![사업자등록번호 인증](/files/-MMT5C0Kvyba7jf5YDvW)

{% hint style="info" %}
기업 확인을 위해 사업자등록번호를 입력 후 \[회사 공동인증서 확인] 버튼을 선택합니다.
{% endhint %}

![사업자 공동인증서 인증](/files/-MMT5PfW6MpDaDFI_wdB)

{% hint style="info" %}
사업자용 공동인증서 선택 및 인증서 비밀번호 입력 후 \[확인] 버튼을 선택합니다.
{% endhint %}

![가입정보 입력](/files/-MMT5_QZvQyxpXj2RFmF)

{% hint style="info" %}
회사명, 사업자등록정보 확인 후 회원가입에 필요한 필수정보를 입력합니다.
{% endhint %}

![약관 동의](/files/-MMT5msjuL7zcucO78LO)

{% 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/bizzeropay/bizzeropay-user/step-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.
