> For the complete documentation index, see [llms.txt](https://wiki.beabee.io/help-center-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.beabee.io/help-center-english/engagement/crowdnewsroom/how-to-analyze-crowdnewsroom-responses/how-to-sort-responses.md).

# How to sort responses

1. Click on your CrowdNewsroom and select *See All Responses* to access and organize the responses.

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

2. Select one or more responses you want to move by checking the boxes to the left of each response. Then click on the folder icon above the responses.

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

3. Then choose the folder where you want to move the response(s) and click on it. To delete a response, simply move it to the Trash folder. If you have verified a response, you can move it to the *Verified* folder.

{% hint style="info" %}
Note: You can also move deleted responses back. Responses are only permanently deleted when the entire CrowdNewsroom is deleted.
{% endhint %}

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

4. Done! You can find the corresponding folders in the *See* *All Responses* section of your CrowdNewsroom.

<figure><img src="/files/mTafgFhy6juFmgvLcKXY" 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://wiki.beabee.io/help-center-english/engagement/crowdnewsroom/how-to-analyze-crowdnewsroom-responses/how-to-sort-responses.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.
