# 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 %}


---

# 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://pinathemes.gitbook.io/docs/breeze/membership/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.
