# Get Post Recommendations

The **AI Post Settings Recommendation** is a smart assistant that helps you optimize your post before publishing. It reviews the **title and text content** of your post, then suggests settings and enhancements to improve **engagement, compliance, and reach**.

This feature can be enabled by domain admins in [**Admin Portal > Modules > Posts > AI Actions**](https://guides.mangoapps.com/admin-guide/module-settings/posts/ai-actions-and-workers). Once enabled, users will see a **Get AI Recommendation** button in the post editor’s right-hand panel.

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

When you write a post, the AI can help by:

* Suggesting key options such as **Must Read**, **Acknowledgment Required**, or **Highlight Post**.
* Recommending **hashtags, categories, or a custom label** to extend your post’s reach.
* Generating a **featured image** if one hasn’t been added.
* Proposing a **post summary** if you haven’t written one.

These recommendations ensure your post reaches the right audience, stands out in the feed, and follows best practices.

***

### Using AI Post Recommendations

When you click **Get AI Recommendation**, a pop-up window opens with two sections: **Post Basics** and **Post Settings**.

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

**Post Basics**

* Title (shown as-is)
* Audience (shown as-is)
* Featured Image (AI may generate one if missing)

**Post Settings Table**\
Three columns display:

* **Setting Name** – e.g., Must Read, Allow Comments, Hashtags.
* **Current Value** – what you’ve set so far.
* **AI Suggestion** – what the system recommends, sometimes with a short reason.

***

### Making Changes

Click **Apply Settings** to accept AI’s recommendations or click **Cancel** to close without changes.

For individual items, you can:

* **Add** hashtags, categories, or labels suggested by AI.
* **Undo** changes if you prefer the original settings.
* **Hover over info tips** (when shown) to see prefilled values like default acknowledgment messages or expiry dates.

***

### Examples of Recommendations

The AI might suggest:

* Turning ON **Acknowledgment Required** with a ready-to-use acknowledgment message.
* Adding hashtags such as **#HRUpdate** or **#Safety** from your company’s approved list.
* Applying a **custom label** like “Quarterly Update” based on your content.
* Scheduling an **auto-expiry** date for time-sensitive announcements.
* Boosting your post automatically if readers don’t engage.

***

### Why Use It

* **Saves time:** No need to manually adjust every setting.
* **Improves engagement:** Helps posts reach more people.
* **Ensures best practices:** Keeps communication consistent across the company.
* **Adds polish:** Suggests summaries and visuals you may have overlooked.


---

# 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://guides.mangoapps.com/user-guide/posts/compose-a-post/get-post-recommendations.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.
