> 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-1/undefined.md).

# 사업자 등록하기

### Step 1. 공급자 관리 메뉴 진입

* 위치 : 고도빌 로그인 > 전자세금계산서 발급/관리 > 공급자 관리
* 기능설명 : 세금계산서를 발행하는 발급 주체(공급자)를 등록/관리합니다.

<figure><img src="https://2478997954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4835cBGqYqyT5gSFgxN%2Fuploads%2FynZUp44Ng2qpro56U5Oy%2Fimage.png?alt=media&amp;token=b134a7bc-b974-4655-b061-4ac565090cca" alt=""><figcaption></figcaption></figure>

1. 고도빌 우측 상단 **\[전자세금계산서 발급/관리]** 를 클릭합니다.
2. 상단 메뉴가 바뀌면 **\[공급자 관리]** 를 클릭합니다.
3. **\[새 공급자 등록]** 버튼을 클릭합니다.

***

### Step 2. 사업자 정보 입력

1. 사업자등록번호, 상호(법인명), 대표자, 업태/종목을 입력합니다. (\*표시는 필수)
2. 개인정보 제3자 제공 동의(안내 문구 확인) 체크 후 **\[공급자 추가하기]** 버튼을 클릭합니다.
3. 공급자 목록에서 추가한 공급자가 정상 노출되는지 확인합니다.

<figure><img src="https://2478997954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4835cBGqYqyT5gSFgxN%2Fuploads%2FgRuPPH4hhtjjWXBTa0OM%2Fimage.png?alt=media&amp;token=2c198f36-facb-4c07-ae2e-67c21749abb0" alt=""><figcaption></figcaption></figure>

{% 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://godomall-help.nhn-commerce.com/godobill_guide/undefined-1/undefined.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.
