> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/ko/transcripts.md).

# 대화 기록

- [기록에는 무엇이 포함되나요](https://ticketking.xyz/docs/ko/transcripts/whats-in-a-transcript.md): 티켓 트랜스크립트에 포함되는 내용과 포함되지 않는 내용.
- [트랜스크립트가 생성되는 시점](https://ticketking.xyz/docs/ko/transcripts/when-generated.md): 트랜스크립트는 닫을 때만 생성됩니다.
- [트랜스크립트를 찾는 곳](https://ticketking.xyz/docs/ko/transcripts/where-to-find.md): 티켓이 닫힌 후 트랜스크립트에 접근하는 방법.
- [역할별 기록문 보기](https://ticketking.xyz/docs/ko/transcripts/role-specific-viewing.md): 사후에 닫힌 티켓의 트랜스크립트를 볼 수 있는 사람을 제한합니다.
- [기록이 얼마나 오래 남아 있나요](https://ticketking.xyz/docs/ko/transcripts/how-long-transcripts-stick-around.md): 대화 기록은 무기한 보관됩니다. 만료되지 않습니다.


---

# 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://ticketking.xyz/docs/ko/transcripts.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.
