> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/recommendations-and-merchandising/concepts.md).

# Concepts

- [Strategies](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies.md)
- [Placement: where strategies are displayed](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/placement-where-strategies-are-displayed.md)
- [E-merchandising strategy](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/e-merchandising-strategy.md)
- [Recommendation Strategies](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/recommendation-strategies.md): With Recommendations & Merchandising (R\&M), you can anticipate visitor needs by suggesting the products that are most likely to convert. Based on onsite behavior (products viewed, purchased, or added
- [Rules](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules.md)
- [Presets (default algorithms)](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/presets-default-algorithms.md)
- [Data Flow & Dynamic Variable Presets Usage](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/presets-default-algorithms/data-flow-and-dynamic-variable-presets-usage.md)
- [Algorithms Usage](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/presets-default-algorithms/algorithms-usage.md)
- [Co-occurrence](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/presets-default-algorithms/algorithms-usage/co-occurrence.md)
- [TF-IDF (Term Frequency – Inverse Document Frequency)](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/presets-default-algorithms/algorithms-usage/tf-idf-term-frequency-inverse-document-frequency.md)
- [Semantic Similarity](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/presets-default-algorithms/algorithms-usage/semantic-similarity.md)
- [Algorithms Appendix](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/presets-default-algorithms/algorithms-appendix.md)
- [Custom Rules](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/custom-rules.md)
- [Diversification rules](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/custom-rules/diversification-rules.md)
- [Filters](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/custom-rules/filters.md)
- [Context-based Catalog Filtering](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/custom-rules/filters/context-based-catalog-filtering.md)
- [Sorting](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/custom-rules/sorting.md)
- [Exceptions & Fallback](https://docs.abtasty.com/recommendations-and-merchandising/concepts/strategies/rules/exceptions-and-fallback.md)
- [Consent Options](https://docs.abtasty.com/recommendations-and-merchandising/concepts/consent-options.md)
- [Save & Deploy logic (unified publishing)](https://docs.abtasty.com/recommendations-and-merchandising/concepts/save-and-deploy-logic-unified-publishing.md): Understand how Save & Deploy works across Recommendations and Merchandising, including draft logic, deployment lifecycle, and unified statuses.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.abtasty.com/recommendations-and-merchandising/concepts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
