# 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 %}
**Access Ghost Admin**

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}
**Go to Recommendations Settings**

* Navigate to **Settings** > **Growths** > **Recommendations** `yoursite.com/ghost/#/settings/recommendations`
  {% endstep %}

{% step %}
**Add a Recommended Publication**

* Click **"Add recommendation"**.
* Enter the URL of the site you want to recommend.
* Ghost will automatically fetch the site’s title and description.
  {% endstep %}

{% step %}
**Manage Recommendations**

* All added sites will appear under **Your recommendations**.
* You can remove them anytime.
  {% endstep %}
  {% endstepper %}

### Add a Link to Your Navigation

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

{% stepper %}
{% step %}
**Navigate to Navigation Settings**

* Go to **Settings** > **Site** > **Navigation** `yoursite.com/ghost/#/settings/navigation`
* Click the **"Customize"** button to open the editor.
  {% endstep %}

{% step %}
**Add the Link**

* In the **Primary** or **Secondary Navigation**, click **Add item**.
* **Label**: For example, `Recommendations`
* **URL**: `/#/portal/recommendations`
  {% endstep %}

{% step %}
**Save Changes**

* Click **"Save"** to apply the updated navigation.
  {% 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 the recommendations when they click the navigation link you added.
{% endhint %}
