# The rating log channel

<i class="fa-crown">:crown:</i> **Premium.** Set it under Settings, in the **Ticket Rating Settings** group, in **Ticket Rating Log Channel**.

This is the Discord channel where Ticket King posts a "Ticket Rating" embed every time a member submits a rating.

## Configuration

* A channel select dropdown. You can pick a text channel.
* Default: none. When no channel is set, ratings are still saved to the dashboard, but no embed is posted in Discord.
* The field is disabled while Ticket Rating itself is off. The reason shown is *"To set a log channel, enable Ticket Rating"*.

## What the rating embed contains

| Field             | Content                                                                 |
| ----------------- | ----------------------------------------------------------------------- |
| Title             | "Ticket Rating"                                                         |
| Color             | Your Main Embed Color                                                   |
| **Ticket Name**   | The ticket channel name                                                 |
| **Channel ID**    | The Discord channel ID                                                  |
| **Created By**    | A mention of the ticket author who rated                                |
| **Claimed By**    | A mention of the staff member who claimed it, if the ticket was claimed |
| **Rating**        | The star count, 1 to 5                                                  |
| **User Feedback** | The text comment, if one was collected (depends on the rating mode)     |

### Buttons

Two link buttons:

* **View Transcript** opens the ticket's transcript.
* **View Ticket Info** opens the ticket's detail page on the dashboard.

<figure><img src="/files/5Oj9jg0xeEPXDGpgW9Xe" alt="A rating embed posted to a Discord channel showing all fields and both link buttons"><figcaption></figcaption></figure>

## Where to set the channel

A common setup is a staff-only channel, for example `#tk-ratings`. Set its channel permissions so only staff can read it, because ratings are meant for your team.

## Bot permissions in the channel

The bot needs Send Messages and Embed Links in the channel to post the embed. If it does not have them, the rating is still saved to the dashboard, but the embed will not appear in the channel.

## Related

{% content-ref url="/pages/ZJP01LC6EVKd946UMthw" %}
[What ticket ratings are](/docs/ticket-rating/what-ticket-ratings-are.md)
{% endcontent-ref %}

{% content-ref url="/pages/NE7s8u7ClZcuXRHiALUB" %}
[Where to read ratings](/docs/ticket-rating/where-to-read-ratings.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/ticket-rating/rating-log-channel.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.
