> For the complete documentation index, see [llms.txt](https://docs.churned.io/churned-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.churned.io/churned-docs/co-pilot/use-cases/use-cases-library-co-pilot/energy-companies/upselling-green-energy-or-add-ons.md).

# Upselling Green Energy or Add-Ons

Trigger\
Customer has consistent usage + high engagement score (e.g. reads energy insights, low support tickets).\
Segment: “High Engagement, Upsell Ready”

Action Flow Options\
Co-Pilot rotates and measures success of:

* Email promoting green energy upgrade (e.g. solar, wind)
* WhatsApp message: “Offset your footprint with €1/week?”
* App push with add-on (e.g. energy tracking tools, smart home options)
* Wait step (control group)

Co-Pilot Exploration\
Tests messages → Learns what leads to higher acceptance of green products or upsells → Focuses future nudges on winning strategies.

Next-Best-Action Push\
Top-performing upsell action sent via CRM or marketing tools with:

* Personalization (e.g. “based on your usage, you’d save 7kg CO₂”)
* Optimized timing
* Upsell funnel tracking integration

KPIs Tracked

* Upsell conversion rate
* Revenue uplift per user
* Click/open rate
* Long-term retention of upgraded customers


---

# 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.churned.io/churned-docs/co-pilot/use-cases/use-cases-library-co-pilot/energy-companies/upselling-green-energy-or-add-ons.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.
