# SmartFlow Quick Start Guide

## Subscription

Before you can start using SmartFlow, you will need a subscription.

To subscribe:

1. Go to <https://launchpad.energyweb.org/> and login using your existing credentials if you are an [**Energy Web Member**](https://www.energyweb.org/members), or the social login options (Google, Apple and Github).
2. Ensure you are in the **SaaS** environment of Launchpad by checking the toggle button on the top right.  You will easily recognize the SaaS environment by its white theme.\
   ![](/files/gICItlnABwC0alG5bins)
3. On the left hand side menu, click on **SmartFlow** and then "**Subscription**"\
   ![](/files/nEpipwvPKRUyA3FXlvnJ)
4. Select the subscription that fits your needs or request a special offer by contacting <commercial@energyweb.org>.&#x20;
5. You can [pay in fiat or EWT](/launchpad/subscriptions-and-payments.md#payment-methods). Once your payment is completed, you subscription is active.

## Using SmartFlow on Energy Web Launchpad

Below is a brief overview of the different menu options under SmartFlow. View details in the next guides.

### Create new

Clicking on Create new will open a window allowing you to create one of the SmartFlow components.

<div align="left"><figure><img src="/files/TiRMlcHmsvQJ5cVtZlxi" alt="" width="375"><figcaption></figcaption></figure></div>

* [Create a Business logic](/launchpad/ewx-ecosystem-offerings/smartflow/business-logics.md#creation)
* [Create a Solution group](/launchpad/ewx-ecosystem-offerings/smartflow/solution-groups-on-smartflow.md#creation)
* [Create a Solution](/launchpad/ewx-ecosystem-offerings/smartflow/solutions-on-smartflow.md#creation)

Although all can be created independently, they function together. Note that you can also create a Business logic directly within the Solution creation process.

{% hint style="info" %}
**Creating and publishing a Business logic, Solution group or Solution involves that some data will be publicly available on Chain.** This includes but isn't limited to: organization name, Solution groups & Solutions input data, Business logics nodered flows etc.
{% endhint %}

### Manage

The Manage menu allows you to manage your assets and view assets that are public created by others.

<div align="left"><figure><img src="/files/nUNI8qhBCrIhvoEvg1eL" alt="" width="563"><figcaption></figcaption></figure></div>

* [Managing Solutions groups](/launchpad/ewx-ecosystem-offerings/smartflow/solution-groups-on-smartflow.md#management)
* [Managing Business logics](/launchpad/ewx-ecosystem-offerings/smartflow/business-logics.md#management)
* [Managing Solutions](/launchpad/ewx-ecosystem-offerings/smartflow/solutions-on-smartflow.md#management)

### Auditor Console

The Auditor console is where both Auditor and Requester can review and take action on audit requests for Solution Groups and Solutions. Note that as a requester, you will only see you own request.

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

It also hosts the EWT wallet automatically created on EWX for SmartFlow subscribers. This wallet and its funds are **used exclusively for Solution group rewards payments**.

* [Solution groups audit process](/launchpad/ewx-ecosystem-offerings/smartflow/solution-groups-on-smartflow.md#audit)
* [Solutions audit process](/launchpad/ewx-ecosystem-offerings/smartflow/solutions-on-smartflow.md#audit)

### Validate your work

If you want to verify that your actions were correctly recorded on the blockchain:\
\
Go to [polkadot.js interface](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpublic-rpc.mainnet.energywebx.com%2F#/chainstate) choose **workerNodePallet** & either **solutions** or **solution groups** as shown below. On the top right, disable "**include option**" and click on the "**+**" symbol. You can then search for your Solution using the namespace and Solution group name that you have chosen at registration.

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


---

# 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://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/smartflow/smartflow-quick-start-guide.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.
