> 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/launchpad/ewx-ecosystem-offerings.md).

# EWX Ecosystem Offerings

- [SmartFlow](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/smartflow.md)
- [SmartFlow Quick Start Guide](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/smartflow/smartflow-quick-start-guide.md): New user quick start guide on how to use basic functionalities of SmartFlow.
- [OUTDATED+HIDDENSolution Deployment Flow](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/smartflow/outdated+hiddensolution-deployment-flow.md): This page describes the steps for the deployment of a Worker Network Solution.
- [Solution Groups on SmartFlow](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/smartflow/solution-groups-on-smartflow.md)
- [Business Logics](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/smartflow/business-logics.md)
- [Solutions on SmartFlow](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/smartflow/solutions-on-smartflow.md)
- [Worker Node](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/worker-node.md)
- [Worker Node - Detailed description](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/worker-node/worker-node-detailed-description.md)
- [Worker Node - Quick Start Guide](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/worker-node/worker-node-quick-start-guide.md): This guide will take you through the steps of purchasing, setting up and deploying Worker Nodes (WNS).
- [Worker Node - Statuses](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/worker-node/worker-node-statuses.md): Worker Node health checking system showcases 3 different statuses that determines various lifecycle phases for given Worker Node.
- [Worker Node - Management](https://docs.energyweb.org/launchpad/ewx-ecosystem-offerings/worker-node/worker-node-management.md): Page describes how to effectively manage your Worker Node.


---

# 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/launchpad/ewx-ecosystem-offerings.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.
