> For the complete documentation index, see [llms.txt](https://help.hippoly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hippoly.com/using-hippoly/posts.md).

# Posts

## **Understand Posts**&#x20;

Posts are a smarter alternative to email for sharing updates, documents, and insights with your team or board. Instead of long email threads, you can keep all communication secure, organised and accessible directly in the workspace. Each post creates a clear thread where comments and questions stay structured and easy to follow.&#x20;

**Use Posts when you want to share something with your entire team.** If you need to communicate with a specific person or a smaller group, it's better to [use direct messages](/using-hippoly/direct-messages.md).

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

## Posts FAQ

<details>

<summary>Can I see who has read a Post?</summary>

Yes. You can see who has viewed a Post and its comments by opening the [View log](/using-hippoly/posts/view-log.md).

</details>

<details>

<summary>If I upload a File to a Post, can I move that File to a folder?</summary>

Yes. Files uploaded to Posts are stored in the [Post attachments folder](/using-hippoly/files-and-folders/post-attachments-folder.md), and you can move those Files from there to any folder of your choice.

</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://help.hippoly.com/using-hippoly/posts.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.
