# Better understanding

ABTasty recommendations are made up of default algorithms that are trained using data from your integrations (analytics, catalogue, CMS, etc.).

\
When a recommendation banner is displayed on a website, the website code calls the ABTasty Recos servers with input parameters (such as the article displayed on the page, the articles seen by the visitor, etc.) to retrieve the relevant list of articles in the given context.

\
This call applies the algorithm contained in the recommendation to the data provided.

\
For example, you could create a recommendation banner (recoID X24) which displays similar items on a product page (TSHIRT1) filtered on the items the visitor has already seen (TSHIRT24, TSHIRT49).

\
The page code will then call the Recos server with the following entries:\
reco = X24\
viewed\_item = TSHIRT1 (the SKU of the product currently viewed)\
viewed\_items = \[TSHIRT24, TSHIRT49] (SKUs of previously viewed products)\
The server will retrieve the configuration of reco X24 and call the algorithm it contains, ‘Similar items’ to product TSHIRT1, then filter the results of this algorithm to subtract TSHIRT24, TSHIRT49.

&#x20;


---

# 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.abtasty.com/recommendations-and-merchandising_deprecated/recos-and-merch-algorythms/better-understanding.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.
