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

# 사업자 (공급자)

<details>

<summary>공급자 삭제는 어떻게 하나요?</summary>

현재 고도빌은 공급자 데이터 관리상의 이유로 관리자 화면에서 직접 삭제 기능을 제공하지 않습니다. \
삭제를 원하시면 고객센터로 문의해 주세요.

* 고도빌 관련 문의전화 : 1688-7662

</details>

<details>

<summary>이미 사용 중인 사업자번호로 공급자 등록을 다시 할 수 있나요?</summary>

하나의 사업자번호에는 한 개의 공급자만 등록할 수 있습니다. \
동일한 사업자번호로 재등록하려면 기존에 등록된 공급자를 먼저 삭제해야 합니다.

</details>

<details>

<summary>업태와 종목을 빠뜨린 공급자로 세금계산서 발행을 했습니다. 재발행해야 하나요?</summary>

업태·종목은 필수 입력값이 아니므로 재발행할 필요는 없습니다. \
다만 번거롭더라도 공급자 수정을 통해 입력해 두시는 것을 권장합니다.

</details>


---

# 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/faq/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.
