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

# 기타

<details>

<summary>다른 고도빌 아이디로 거래처 데이터를 이전하고 싶습니다</summary>

거래처 데이터는 고객 개인정보를 포함하고 있어, \
두 계정을 개별 회원으로 구분하는 정책상 임의로 이전해 드릴 수 없습니다.&#x20;

새로 가입한 아이디로는 거래처 데이터를 새로 등록해 사용해야 합니다.

</details>

<details>

<summary>다른 전자세금계산서 서비스와 고도빌을 함께 사용할 수 있나요?</summary>

병행 사용 자체는 가능하나, \
사업자 정보가 중복 등록된 서비스와는 포인트 차감 등 문제가 발생할 수 있습니다.&#x20;

함께 사용하기 전 반드시 상대 서비스 고객센터로 문의해 확인해 주세요.

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