> For the complete documentation index, see [llms.txt](https://docs.energyweb.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.energyweb.org/ewx-ecosystem/the-marketplace-app/subscriptions/unsubscribing-from-a-solution-group.md).

# Unsubscribing from a solution group

### Prerequisites

* [x] Connected EWX account
* [x] Subscribed to a solution group

1. Click on `Unsubscribe` button in the Manage Subscription page

<figure><img src="/files/EkHJ4fXwEewhVScfgBnG" alt=""><figcaption><p>Unsubscribe</p></figcaption></figure>

{% hint style="info" %}
If you have pending rewards, you will be prompted to choose if you want to claim the rewards first: [Claiming rewards](/ewx-ecosystem/the-marketplace-app/worker-node-and-rewards/claiming-rewards.md)

<img src="/files/FJbytVc6aJdcKwFki8sG" alt="" data-size="original">
{% endhint %}

2. A pop-up will appear, click `Continue` to proceed

<figure><img src="/files/ItShRDAQLLBFtfHd42RE" alt="" width="375"><figcaption><p>Unsubscribe information</p></figcaption></figure>

3. Click `Confirm` to submit a transaction

<figure><img src="/files/AVa6E8jyb7ScWuPZ9d1Y" alt="" width="375"><figcaption><p>Unsubscribe confirmation</p></figcaption></figure>

4. Approve the transaction in your wallet and wait for the transaction to be executed

<figure><img src="/files/S0b0ZUdQ63zxrYu07Bht" alt="" width="375"><figcaption><p>Pending confirmation</p></figcaption></figure>

5. You will see a success message along with the transaction URL to Polkadot explorer

<figure><img src="/files/N7FTI4WfRh6XFAw9fGvC" alt="" width="375"><figcaption><p>Transaction successful</p></figcaption></figure>


---

# 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.energyweb.org/ewx-ecosystem/the-marketplace-app/subscriptions/unsubscribing-from-a-solution-group.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.
