# Upselling

Broadcast supports both a simple global product upsell option and also custom metafields to match any product with another. Both features can be used together.

### Upsell block

After adding the Upsell block to a Product page template, you can easily add one product as your primary Upsell item which will instantly appear for all products using the same Product template:

<figure><img src="/files/XsfoeB4UxaJJUgMvfmLh" alt=""><figcaption></figcaption></figure>

This method is a simple way to use the upsell feature without the complexity of using metafields. It will add the chosen product to all products using the same template. Using multiple product templates, you can customize which product is selected for each template.&#x20;

{% hint style="info" %}
If you use the Select product option, that upsell product will appear for all products instantly. Think of this as a global upsell product. \
\
If you combine it with a metafield, the metafield will override the selected global option. Therefore, the fallback is the global choice and the override is the metafield.&#x20;
{% endhint %}

### Metafields

With metafields, you can link any of your products to a certain product. This method allows you to customize each product to have its own cross-sell or upsell product. \
\
How to:

{% content-ref url="/pages/MM8RMUDqRXxns7MmZBNr" %}
[Upselling with metafields](/broadcast-v5/promotions/upselling/upselling.md)
{% endcontent-ref %}


---

# 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://broadcast.presidiocreative.com/broadcast-v5/products/product-pages/upselling.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.
