# Recommendations

The **Caards** theme supports Ghost’s native **Recommendations** feature. This allows you to suggest other publications to your readers without needing custom pages or extra code.

In line with the theme’s simplicity-first approach, recommendations are displayed using a basic navigation link—no additional setup or theme modifications 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="warning" %}
Visitors will see the recommendations when they click the navigation link you added.
{% 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://docs.ektothemes.com/guides/caards/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.
