> For the complete documentation index, see [llms.txt](https://happybara.gitbook.io/proper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://happybara.gitbook.io/proper/reference/discussions/reply.md).

# Reply in a Discussion

### To post a thread reply in a discussion, click the :parrot:`Anonymous Reply` button after a discussion has been started in a channel.

{% hint style="info" %}
Discussions can be found by [**searching**](https://slack.com/help/articles/202528808-Search-in-Slack) in Slack or using the list view in the :speech\_balloon:`Discussions` section of the Proper App Home.
{% endhint %}

#### Users replying to the Discussion will be given animal emoji aliases to preserve the flow of conversation without revealing any person's identity.  Once set, your alias will not change in a discussion.

In each discussion, aliases assigned **randomly** and are **not** **transferable** between discussions.

> E.g. If you are assigned the 🐯 in one discussion, you could be the assigned the :camel: in another discussion.

#### The creator (OP) of a discussion will always have the 🐧 emoji.

{% hint style="info" %}
Reply directly (as you normally would in a thread) if you **do not** wish to remain anonymous.
{% endhint %}


---

# 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:

```
GET https://happybara.gitbook.io/proper/reference/discussions/reply.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.
