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

# 고도몰 관리자페이지 연동하기

### Step 1. API KEY 확인

* 위치 : 고도빌 로그인 > 이용정보 영역 > \[API KEY]
* 기능설명 : 고도몰 관리자페이지와 고도빌을 연결하는 키 값을 확인합니다.

<figure><img src="https://2478997954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4835cBGqYqyT5gSFgxN%2Fuploads%2FdYXOdUaTfMwn0SV5WF03%2Fimage.png?alt=media&amp;token=3a936307-c323-44d2-b5ea-57fdbcce4e84" alt=""><figcaption></figcaption></figure>

1. 고도빌 로그인 후 **\[API KEY]** 를 클릭합니다.
2. 등록된 공급자 목록과 API KEY가 표시되면, 연동할 공급자의 API KEY를 복사합니다.

***

### Step 2. 고도몰 관리자 설정

* 위치 : 고도몰 관리자 > 주문/배송 > 세금계산서 관리 > 세금계산서 설정
* 기능설명 : 복사한 API KEY를 고도몰에 등록해 두 시스템을 연결합니다.

<figure><img src="https://2478997954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ4835cBGqYqyT5gSFgxN%2Fuploads%2FvjwCxdTsbfw1lBRjfCkv%2Fimage.png?alt=media&amp;token=118e48e5-c6ad-4aad-9bfe-2f7f69773266" alt=""><figcaption></figcaption></figure>

1. 고도몰 관리자페이지 > **주문/배송 > 세금계산서 관리 > 세금계산서 설정** 메뉴로 이동합니다.
2. 고도빌 회원 ID와 복사한 API KEY를 붙여넣고 저장합니다.


---

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