> For the complete documentation index, see [llms.txt](https://docs.moseiki.app/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moseiki.app/help-center/moseiki-features/share-a-post/engage-with-posts/comment.md).

# Comment

Tap the ![](/files/5WU8TeA4MQgAgVD3OVAj) <mark style="color:purple;">Comment</mark> button on any post.

* Scroll to see other users' comments.
* To interact with comments:
  * Click ![](/files/RJ2kzF96BxoPlnHIeDSM)<mark style="color:purple;">Like</mark> to appreciate a comment.
  * Click <mark style="color:purple;">Reply</mark> to respond to a comment.
  * Click <mark style="color:purple;">Delete</mark> to remove your comment if needed.
* To add your comment, type your text, select a GIF or sticker.
* Press <mark style="color:purple;">Reply</mark> to post your comment.

<details>

<summary>How to manage comments on your posts?</summary>

Click the ![](/files/5WU8TeA4MQgAgVD3OVAj) <mark style="color:purple;">Comment</mark> button to open the Comments bottom sheet where all user comments are visible.

* Scroll through the comments using the infinity scroll.
* You can interact with comments in the following ways:
  * Tap ![](/files/RJ2kzF96BxoPlnHIeDSM) <mark style="color:purple;">Like</mark> to show your appreciation for any comment.
  * Tap <mark style="color:purple;">Reply</mark> to respond to a comment.
  * Tap ![](/files/s7EzlrqhfOy1cVqiVuyu)<mark style="color:purple;">Report</mark> to flag inappropriate comments on the Report Page.
  * Tap <mark style="color:purple;">Delete</mark> to remove any user’s comment or your own.
  * Tap ![](/files/XghxNZHivkV6KXCdMbOD)<mark style="color:purple;">Pin</mark> to pin a comment to the top. Only one comment can be pinned at any time.

To add your response, type your text, add a ![](/files/Ld4UPOQAN2IRw5CF3xxR) GIF, include ![](/files/bHna3YeVlQGTPNEBZ5VR)stickers, or ![](/files/AdsSVOzpfD1yHMfOaKDQ)record a voice message then click <mark style="color:purple;">Reply</mark> to post it.

</details>


---

# 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://docs.moseiki.app/help-center/moseiki-features/share-a-post/engage-with-posts/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.
