# Post Promotion

### Overview

Users can promote their posts, providing the opportunity to display their post at the top of the community page the next day. The promotion system uses a simple bidding mechanism where users can bid on their own posts. At the end of the day, the highest bidder is selected as the winner. Losing bids will be refunded. The winning bid amount is distributed as follows:

* 10% to the platform
* 90% to the moderators

<figure><img src="/files/OGbneyOUL1yK0cyMhwrm" alt="" width="563"><figcaption></figcaption></figure>

### How to Promote a Post

1. Go to the post you want to promote.
2. Click on the "Promote" button.
3. Input the amount you want to bid.
4. Confirm and submit your promotion bid.


---

# 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://docs.musing.io/features/post-promotion.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.
