# Voting, sorting and pinning replies to a Topic

## Vote on topic reply&#x20;

As a member of the Spot, you can vote on a topic reply by clicking on one of the arrows below the answer.&#x20;

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2F5BNnEBKirzCtqPbzUasK%2Fimage.png?alt=media&#x26;token=8f2cce34-7024-469a-8507-d6d8396e2448" alt=""><figcaption><p>Vote buttons</p></figcaption></figure>

For each reply, you have 2 voting options:&#x20;

* By clicking on the top arrow, you add one vote.&#x20;
* Clicking on the down arrow removes one vote.&#x20;

## The list of voters&#x20;

As an admin, I can access the list of members who have voted on an reply to a Topic. To do so, click on the reply's score value. A drawer opens. It contains the list of members who have voted on this reply.&#x20;

You can sort this list, displaying only those who voted positively or negatively.&#x20;

You can also send a bulk message to all voters. The bulk message takes the filter into account.

## Sort replies within a Topic&#x20;

To make it easier for you to access the answers that interest you, you can sort them according to different criteria. To do so, click on one of the three buttons under the topic title and description, and the list of replies will be updated automatically.&#x20;

<figure><img src="https://3055204660-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrzBxnWaSListMwx3rzKu%2Fuploads%2FjbjoVWX3HZk7IH9JkGaQ%2Fimage.png?alt=media&#x26;token=92485b8f-e483-4de4-ac7a-10ba1ea276f9" alt=""><figcaption><p>Sort buttons</p></figcaption></figure>

There are 3 sorting options:&#x20;

* `Newest` sorts responses from the most recent to the oldest.&#x20;
* `Score` sorts responses according to their vote score: from highest to lowest.&#x20;
* `Oldest` sorts answers from oldest to most recent.

## Pinning a reply to a Topic&#x20;

To highlight a reply to a topic, admins can pin it. To do so, click on the icon at the top right of the reply.&#x20;

The pinned reply :&#x20;

* has a 📌 icon in the top right-hand corner.&#x20;
* has a green background.&#x20;
* is displayed at the very top of the list, regardless of the sorting selected.&#x20;

{% hint style="info" %}
If several responses are pinned, the response pinned last is displayed first.&#x20;
{% endhint %}

To unpin a reply, click on the bar at the top right of the reply.&#x20;

{% hint style="success" %}
Only admins can pin or unpin a reply.
{% endhint %}


---

# 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://help.meltingspot.io/english/spot-content/discussions/voting-sorting-and-pinning-replies-to-a-topic.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.
