> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/tool/knowledge/concepts/publish_history.md).

# 배포 이력

## 1. 배포란?

**지식 베이스는 배포를 통해 버전을 생성**합니다. 그리고 카카오비즈니스 서비스는 지식 베이스의 배포된 버전에 연동하여 지식 베이스의 데이터를 사용할 수 있습니다. 배포는 배포(쓰기) 권한이 필요하며, 배포 이력 보기 위해서는 배포(읽기) 권한이 필요합니다.&#x20;

![지식 배포 버튼](/files/-MkC5R8biArXGoQ8I4QO)

{% hint style="info" %}
**배포 중에는 동시 작업자의 활동이 제한되며, 제한되는 활동은 아래와 같습니다.** \
&#x20; ﹒지식 생성/수정/삭제\
&#x20; ﹒카테고리 생성/수정/삭제
{% endhint %}

## 2.  배포 이력이란?

배포와 관련된 정보는 배포 이력 확인할 수 있습니다. 배포 이력을 보기 위해서는 배포(읽기) 권한이 필요합니다. 배포 이력에서는 아래의 정보를 확인할 수 있습니다.

* **연동 상태**: 지식 베이스에 타 플랫폼이 연동여부입니다. 연동 상태는 연동과 미연동 상태값을 가집니다.&#x20;
* **배포 버전**: 배포되어 생성된 버전입니다.&#x20;
* **배포 메모**: 배포시, 관리자가 작성한 메모입니다.&#x20;
* **배포 일시**: 배포된 일시입니다.
* **배포자**: 배포한 관리자입니다.&#x20;
* **연동 버전 확인**: 연동된 버전의 리스트를 확인할 수 있습니다.

![배포 이력 페이지](/files/-MkC7eI6xawuuaRa3C1c)

또한, '연동 버전 확인'을 이용하여 해당 지식 베이스에 연동된 플랫폼을 한번에 볼 수도 있습니다.&#x20;

![연동 버전 리스트 팝업](/files/-MkC8il4AX7w1pGEHN2j)

## 3. 지식 불러오기

배포된 버전의 지식 데이터를 덮어쓰기 방식으로 불러올 수 있습니다. 배포 전에 작성 중인 데이터는 모두 삭제되며, 불러오는 배포 버전의 지식으로 대체됩니다. 지식 불러오기는 배포(쓰기) 권한이 필요합니다.&#x20;

![지식 불러오기 버튼](/files/-MkCAq1lkFz9lP_G-9IF)


---

# 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://kakaobusiness.gitbook.io/main/tool/knowledge/concepts/publish_history.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.
