# 배포 내역 화면

***

## 1. 배포 내역 화면 구조

{% hint style="success" %}
전체 봇의 배포 내역이 아닌, 봇별 내역을 각각 제공합니다.
{% endhint %}

{% hint style="info" %}
모든 이력의 배포 시나리오를 볼 수는 없고, 현재 버전의 배포 시나리오만 확인할 수 있습니다.

&#x20;<mark style="color:blue;">\* 전체 관리페이지의 배포 내역에서는 전체 봇의 배포 내역을 한번에 확인할 수 있습니다.</mark>
{% endhint %}

<figure><img src="/files/2LqMNM5YmdO200F3JRdG" alt=""><figcaption><p>배포 내역 화면 구조</p></figcaption></figure>

### **① 배포 내역 리스트**

> 배포된 이력을 최신순으로 모두 볼 수 있습니다.\
> \
> 봇 이름 / 버전 / 배포일시 / 배포자(사용자) 순으로 볼 수 있으며, \
> 현재 배포된 버전의 시나리오는 \[보기] 버튼으로 확인이 가능합니다.

### **② 현재 버전 보기** ![](/files/RrikELJF2XdoNzIXM2oJ)

> 현재 배포된 버전의 시나리오는 \[보기] 버튼으로 확인이 가능합니다.


---

# Agent Instructions: 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:

```
GET https://happytalk.gitbook.io/happybot/concept/basic_screen/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
