# End a Discussion

### Discussion creators can end a discussion from the :speech\_balloon:`Discussions` section of the Proper App Home by clicking the :hourglass:`End` button.

{% hint style="info" %}
Workspace and app admins can end any discussion but must [**follow**](/proper/reference/discussions/follow.md) or [**reply**](/proper/reference/discussions/reply.md) before it will be visible in the App Home.
{% endhint %}

#### This action will prevent users from posting anonymous replies, but it will not delete any messages.&#x20;

Discussion owners, voters, and followers will be notified when a discussion is closed.

{% hint style="info" %}
While anonymous replies are no longer possible in a discussion that has been ended, users will still be able to post identified thread replies.
{% 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://happybara.gitbook.io/proper/reference/discussions/end.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.
