# Pin post

Pinning a post keeps it at the top of the feed so it's always easy to find. Pinned posts are shown in a separate **Pinned posts** section above the latest posts, making them ideal for important announcements, guidelines, or updates that the whole team needs to see.

{% hint style="info" %}
Only **Workspace Owners** and **Workspace Admins** can pin and unpin posts.
{% endhint %}

## Pin a post

{% stepper %}
{% step %}
Go to the post you want to pin and click the `Menu icon` at the top right corner of the post.
{% endstep %}

{% step %}
Select `Pin to top`.
{% endstep %}

{% step %}
The post is moved to the **Pinned posts** section at the top of the feed and marked with a pin indicator. All workspace members will see the pinned post at the top of the feed immediately.
{% endstep %}
{% endstepper %}

You can pin more than one post. When multiple posts are pinned, they are shown in the order they were pinned, with the most recently pinned post first.

## Unpin a post

{% stepper %}
{% step %}
Go to the pinned post and click the `Menu icon` at the top right corner of the post.
{% endstep %}

{% step %}
Select `Unpin`.
{% endstep %}

{% step %}
The post is moved back to its original position in the feed and the pin indicator is removed.
{% endstep %}
{% endstepper %}


---

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