> For the complete documentation index, see [llms.txt](https://pinathemes.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pinathemes.gitbook.io/docs/breeze/membership/recommendations.md).

# Recommendations

The theme supports Ghost’s native recommendations feature, allowing you to suggest other publications to your readers without adding custom pages or extra code.

In keeping with the simplicity-first approach, recommendations are displayed as a standard navigation link. No additional setup or theme modifications are required.

### Add Recommendations

{% stepper %}
{% step %}
Go to the "**Recommendations**" settings in Ghost Admin.
{% endstep %}

{% step %}
Click "**Add recommendation**".
{% endstep %}

{% step %}
Enter the **URL** of the site you want to recommend.
{% endstep %}

{% step %}
Review the title and description fetched automatically by Ghost.
{% endstep %}

{% step %}
Click "**Save**" to add the recommendation.
{% endstep %}
{% endstepper %}

Added sites will appear under "Your recommendations", where you can remove them at any time.

### Add a Link to Your Navigation

To let users access your recommendations, simply add a link to your site's navigation.

{% stepper %}
{% step %}
Go to the "**Navigation**" settings in Ghost Admin and click "**Customize**".
{% endstep %}

{% step %}
In the **Primary or Secondary** navigation, click "**Add item**".
{% endstep %}

{% step %}
Enter a **label**, such as Recommendations.
{% endstep %}

{% step %}
Set the URL to **/#/portal/recommendations**.
{% endstep %}

{% step %}
Click "**Save**" to apply the changes.
{% endstep %}
{% endstepper %}

For more details about how Ghost Recommendations work and how to manage them, check the [official Ghost guide](https://ghost.org/help/recommendations/).

{% hint style="success" %}
Visitors will see your recommended publications when they click this link.
{% endhint %}
