> For the complete documentation index, see [llms.txt](https://broadcast.presidiocreative.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://broadcast.presidiocreative.com/broadcast-v5/products/product-pages/upselling.md).

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