# Recommendations page

Suggest publications that bring value to your audience and discover when others are endorsing your content.

For more detailed information about the Recommendations feature, please refer to the [**Ghost Recommendations documentation**](https://ghost.org/changelog/recommendations/).

{% hint style="info" %}
The Recommendations feature is presently in beta, implying the possibility of unforeseen behavior or errors. Kindly consider this aspect while utilizing the feature.
{% endhint %}

***

### Enabling Recommendations

1. To enable the recommendations feature, go to the 'Recommendations' settings in the Ghost Admin.
2. Click the 'Add recommendations' button.
3. Follow the steps in the configurator.

***

### Add a recommendations page

1. Create a new page, add a page title, and open the 'Page settings' panel using the icon in the top right of the screen.
2. At the bottom of the panel you’ll see a dropdown menu titled 'Template'.
3. Use the dropdown menu to select the 'Recommendations' template, close the panel.
4. Finally, click 'Publish'.


---

# 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://documentation.hedwik.io/elrond/activation/recommendations-page.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.
