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

# 거래처 수정/삭제하기

### Step 1. 거래처 수정 또는 삭제

* 위치 : 전자세금계산서 발급/관리 > 거래처 관리
* 기능 설명 : 등록된 거래처 정보를 수정하거나 삭제합니다.

1. 거래처 목록에서 **\[수정]** 또는 **\[삭제]** 버튼을 선택합니다.
2. 수정 화면에서 담당자 정보 등을 변경한 뒤 **\[거래처 수정하기]** 버튼을 클릭합니다.

{% 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-4/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.
