Recombee Docs
Visit recombee.comStart Free
docs20User Documentation
adminuiAdmin UI
reql32ReQL
codeAPI Clients & Integrations
cookhatScenario Recipes
suitcaseMisc
News Recipes / Article Page / Read-Next Recommendations

Read-Next Recommendations

Introduction

Read-Next recommendations help guide users to their next article after they finish reading one. This feature improves engagement by suggesting relevant content that continues the user’s reading journey.

This recipe explains how to set up Read-Next recommendations using Recombee’s news:read-next Logic, which delivers contextually relevant suggestions based on the currently viewed article.

Scenario Setup

In the Recombee Admin UI, navigate to the Scenarios section and select Create Scenario.

  1. Enter a Scenario ID, such as "read-next".
  2. Choose Recommendation type - Items to Item.
Admin UI - Scenario Setup

Logic

The Logic determines the behavior of the recommendation engine.

  • Select the news:read-next logic type from News models. This logic recommends relevant articles based on their topic similarity to the currently viewed article and the user's engagement patterns, ensuring the best possible next read.

Alternatively, you may choose the news:related Logic if topic similarity is the primary criterion for the section.

Admin UI - Logic

Filters

Tip: Recent Articles Filter
Tip: Articles From the Same Category

Requesting Recommendations

There are three ways to integrate Read-Next recommendations.

  1. No-Code Widget – create a No-Code Widget using the visual editor in the Admin UI to embed Read-Next recommendations without writing code.

  2. Widget SDKs – use the SDK to display recommendations as a Carousel, Grid, or Feed.
    Initialize the widget using the Recommend Items to Item endpoint.

  3. API & SDK

    • Use the Recommend Items to Item endpoint to retrieve relevant articles.
    • If the Read-Next section functions as an infinite feed of articles, use the Recommend Next Items endpoint to load more articles as the user scrolls.

For more details, visit the Integration tab in the scenario configuration within the Admin UI.

© Copyright 2025, Recombee s.r.o
docs.recombee.com