> 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-edit-or-delete-a-comment.md).

# How to edit or delete a comment

1. In the See *All Responses* section of your CrowdNewsroom, select the response whose comment you want to delete or edit.

<figure><img src="/files/6JlZWQzwYrWJk4NN1Vw2" alt=""><figcaption></figcaption></figure>

2. Below your response, you’ll find the comment section.

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

3. Select the comment you want to edit. To delete the comment, click the red trash can icon. To edit the comment, click the pencil icon.

<figure><img src="/files/9nZxCBwr3RCw4e0qVom7" alt=""><figcaption></figcaption></figure>

4. If you want to edit your comment, simply enter your changes in the text field. To save your edited comment, click *Edit Comment.*

{% columns %}
{% column %}

<figure><img src="/files/oXJVoqxi7GSp5cvG60d5" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/kx3763yO4soCH3YXQaa4" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

5. If you want to delete a comment, simply click *Yes, Delete* after pressing the trash can icon. The comment will then be permanently deleted.

{% columns %}
{% column %}

<figure><img src="/files/skCRC5w5R3dundcZWeJ0" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/hV784LFVddHmCh62opLc" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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-edit-or-delete-a-comment.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.
