> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/godobill_guide/undefined/undefined-1.md).

# 신규 회원 신청하기

### Step 1. 고도빌 접속 및 신청

* 위치 : [고도빌](https://godobill.godo.co.kr) 상단 로그인/회원가입
* 기능설명 : NHN커머스(고도몰) 계정으로 로그인하거나, 신규 회원가입을 진행합니다.

1. 고도빌 접속 후 **\[로그인]** 또는 **\[통합회원가입]**&#xB97C; 선택합니다.
2. 고도몰 회원 아이디(ID)와 비밀번호를 입력하고, 이용 약관에 동의합니다.
3. 고도몰 아이디가 없는 경우 **\[회원가입]** 후 이용할 수 있습니다.

***

### Step 2. 서비스 신청 완료 확인

1. 신청 완료 화면이 보이면 **\[서비스 이용하기]** 버튼을 클릭합니다.
2. 고도빌 메인 화면으로 이동하여 로그인이 정상적으로 되었는지 확인합니다.

<figure><img src="https://2478997954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4835cBGqYqyT5gSFgxN%2Fuploads%2F7oee0dBPHmWRWf67NvCg%2Fimage.png?alt=media&amp;token=636a244b-89db-45eb-939e-04995b74a196" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**참고사항**

* 다른 전자세금계산서 서비스와 사업자 정보가 중복 등록된 경우, 고도빌과 동시 사용이 불가능할 수 있습니다
* 위 경우, 먼저 기존 서비스 해지 후 고도빌을 이용해 주세요.&#x20;
  {% 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://godomall-help.nhn-commerce.com/godobill_guide/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.
