> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/reviews/getting-started/review-auto-publishing-settings.md).

# Review auto publishing settings

### What review auto publishing does

**Auto Publish** controls whether new reviews are published automatically, or if you need to publish them manually.

* **Disabled**: New reviews are not published automatically. The screen notes: “You must manually publish new reviews.”
* **Enabled**: New reviews are automatically published when they meet your minimum star rating.

<figure><img src="https://content.gitbook.com/content/J8asLD4FVCFagK40xEr4/blobs/bzLdaC29y3AVQCJ0R5ke/Screenshot_2026%2002%2024_at_9.20.34_AM.png" alt=""><figcaption></figcaption></figure>

### Update your auto publish setting

{% stepper %}
{% step %}

#### Open Settings

In the app, go to **Settings**.
{% endstep %}

{% step %}

#### Find Auto Publish

In the **Auto Publish** section, choose one of the options: **Disabled** or **Enabled**.
{% endstep %}

{% step %}

#### Set the minimum star rating (if enabled)

If you select **Enabled**, set the star threshold under: **“New reviews are automatically published if it is at least:”** (for example, **4 stars**).
{% endstep %}

{% step %}

#### Save your changes

Select **Save** in the top-right corner.
{% endstep %}
{% endstepper %}

### How the star threshold works

When **Enabled**, only reviews with a star rating equal to or higher than the value you select are auto published. Reviews below that threshold won’t be auto published.

If you want to maintain quality while reducing moderation time, start with a higher threshold (for example, **4 stars**), then adjust as you learn what works for your store. Auto publishing makes reviews visible without manual review. If you’re concerned about spam or sensitive content, keep **Auto Publish** set to **Disabled** and publish reviews manually.


---

# 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.roadmap.so/reviews/getting-started/review-auto-publishing-settings.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.
