# Conversations

{% hint style="danger" %}
With the implementation of the new [Dashboard interface](https://docs.opencollective.com/help/product/understanding-your-dashboard), we are currently in the process of updating our documentation and some pages may be out of date. Thank you for your patience. Please [contact](https://opencollective.com/contact) our support team if you need any assistance.
{% endhint %}

## Presentation

Conversations are a discussion forum for your Collective. They are public threads that everyone can read and participate to. Use them to get feedback from your community or to organize your actions!

![](/files/-LzD0aoSoxg9vPZCOdCA)

## Enabling or disabling conversations

Conversations are enabled by default for new Collectives. If you want to enable conversations for an old Collective or an organization, go to Collective settings > Conversations.

![](/files/-M-P9KCEKYqgti_mVf9I)

## Moderation

As a collective admin, you can delete any comment submitted in a conversation.

![](/files/-MAQ8HPmUboUc8J75LWB)

You can also **delete a conversation** by deleting its root comment:

![](/files/-MA_c7Tw1Wmm0TVIHJ3Y)

## FAQ

* **Who can see conversations?**&#x20;

All conversations are public. Anyone can see them and respond to them.

* **Who is moderating?**

The administrators of this collective can remove conversations that are not appropriate for the community. Please be a good citizen of the collective.

* **How can I find out when someone replied?**

You will receive an email notification whenever someone replies. You can unsubscribe from those notifications at any time.


---

# 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://docs.opencollective.com/help/collectives/conversations.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.
