# 트랜스크립트가 생성되는 시점

대화 기록이 생성됩니다 **모든 티켓 종료 시**. "대화 기록 없이 종료" 옵션과 선택 해제는 없습니다. 또한 대화 기록은 종료 시 생성되므로 "지금 대화 기록 생성" 버튼도 없습니다.

## 트리거

티켓이 종료될 때마다 대화 기록은 종료 흐름의 일부로 생성됩니다. 여기에는 다음이 포함됩니다:

* 해당 `/close` 명령어.
* 패널 **닫기** 버튼.
* 비활성 시 자동 종료 (<i class="fa-crown">:crown:</i> 프리미엄).
* 티켓 작성자가 서버를 떠나면 자동으로 종료됩니다.
* Discord에서 티켓 채널을 직접 삭제하는 경우.

## 대화 기록을 사용할 수 없을 수 있는 경우

드문 경우에 종료 로그 항목에 "**알림: 대화 기록을 사용할 수 없음**" 대신  **대화 기록 보기** 버튼. 이런 경우 해당 종료에 대한 대화 기록은 다시 생성할 수 없습니다.

## 종료 전 편집 및 삭제

* 메시지가 종료 전에 편집되었다면, 대화 기록은 **최신 버전만**. 편집 기록은 저장되지 않습니다.
* 메시지가 종료 전에 삭제되었다면, 대화 기록에 포함되지 않습니다.

## 관련

{% content-ref url="/pages/ea52b5ccc388f2b678d14dd8d3376c1d82e1b04f" %}
[기록에는 무엇이 포함되나요](/docs/ko/transcripts/whats-in-a-transcript.md)
{% endcontent-ref %}

{% content-ref url="/pages/beecc1be562f96a4a0b091a012d39d94eafc4fdf" %}
[트랜스크립트를 찾는 곳](/docs/ko/transcripts/where-to-find.md)
{% endcontent-ref %}


---

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

```
GET https://ticketking.xyz/docs/ko/transcripts/when-generated.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.
