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

# 문제 해결

- [봇이 명령어에 응답하지 않음](https://ticketking.xyz/docs/ko/troubleshooting/bot-didnt-respond.md): Ticket King이 명령어에 응답하지 않을 때.
- [멤버가 티켓 채널을 볼 수 없음](https://ticketking.xyz/docs/ko/troubleshooting/members-cant-see-channel.md): 티켓은 열렸지만 멤버 또는 직원이 채널을 볼 수 없습니다.
- [패널 버튼이 아무 반응도 없거나 "상호작용 실패"가 표시됩니다](https://ticketking.xyz/docs/ko/troubleshooting/interaction-failed.md): 패널 버튼이 아무 작업도 하지 않거나, 'This interaction failed'를 표시하거나, 티켓을 열지 않음.
- [대시보드에 접근할 수 없습니다](https://ticketking.xyz/docs/ko/troubleshooting/cant-access-dashboard.md): 로그인할 수 없거나, 서버를 볼 수 없거나, 대시보드가 작업을 거부함.
- [대화 기록이 없거나 비어 있습니다](https://ticketking.xyz/docs/ko/troubleshooting/transcript-missing.md): 닫기 로그 항목에 트랜스크립트를 사용할 수 없다고 표시되거나 링크가 깨져 있음.
- [내 Bot Personalizer 변경 사항이 적용되지 않음](https://ticketking.xyz/docs/ko/troubleshooting/personalizer-not-applied.md): Bot Personalizer 설정은 저장되었지만 봇은 여전히 기본 모습입니다.
- [자동 닫기가 하면 안 될 때 실행됨](https://ticketking.xyz/docs/ko/troubleshooting/auto-close-misfired.md): 티켓이 자동으로 닫히지 않아야 할 때 닫히거나, 닫혀야 할 때 닫히지 않음.
- [지원 역할은 티켓을 닫을 수 없음](https://ticketking.xyz/docs/ko/troubleshooting/support-role-cant-close.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/troubleshooting.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.
