> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/korean/products/cancan/votes.md).

# 투표

투표는 채널에 대한 감사 또는 좌절을 보여주는 방법입니다. 고유한 프로필을 가진 사용자만 채널에 투표할 수 있습니다. 채널에 대한 투표/반대를 하려면 다음과 같은 단계를 따릅니다:

* 투표하려는 채널의 메인 페이지로 이동하여 **투표** 버튼을 클릭합니다.

<figure><img src="/files/xDkF7lEbu4BRnDRN99EJ" alt=""><figcaption></figcaption></figure>

* 양식을 작성하고 유효성을 검사하여 투표를 완료합니다.

<figure><img src="/files/SAQBqd4yYNp0AKuXvUDK" alt=""><figcaption></figcaption></figure>

* 채널의 좋아요/싫어요 수가 업데이트된 것을 볼 수 있어야 합니다.

<figure><img src="/files/5Dd3QZrlj7z3km7IWMZt" alt=""><figcaption></figcaption></figure>

축하합니다! 채널에 성공적으로 투표했습니다. 이것은 다른 사용자가 채널이 얼마나 신뢰할 수 있고 유능한지에 대한 아이디어를 가질 수 있도록 도와줍니다.

아래 이미지와 같이 싫어요 수가 좋아요 수보다 많은 채널에 주의하세요.

<figure><img src="/files/0iU0Jv6t0eh6LteROj3V" alt=""><figcaption></figcaption></figure>


---

# 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://docs.payswap.org/korean/products/cancan/votes.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.
