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

# 티켓 평가

- [티켓 평점이란](https://ticketking.xyz/docs/ko/ticket-rating/what-ticket-ratings-are.md): 티켓이 닫힌 후 티켓 작성자에게 전송되는 5성 평점 요청입니다. 프리미엄 전용입니다.
- [평가 모드](https://ticketking.xyz/docs/ko/ticket-rating/rating-modes.md): 세 가지 평점 모드. 평점만, 선택적 댓글 포함, 또는 필수 댓글 포함.
- [평가 로그 채널](https://ticketking.xyz/docs/ko/ticket-rating/rating-log-channel.md): 티켓 평점 제출이 게시되는 위치.
- [평점을 확인하는 위치](https://ticketking.xyz/docs/ko/ticket-rating/where-to-read-ratings.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/ticket-rating.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.
