> For the complete documentation index, see [llms.txt](https://docs-launchpad.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-launchpad.energyweb.org/launchpad-by-ew/launchpad-by-energy-web.md).

# Launchpad by Energy Web

## What is Launchpad?

Launchpad is a Software-as-a-service (SaaS) platform that enables energy companies and software developers to rapidly configure and deploy Energy Web solutions.

Launchpad was created by Energy Web to provide an enterprise-grade platform for organizations wanting to develop Energy Web technology supported solutions. It provides business users with a no-code option to quickly configure and launch enterprise solutions and supporting infrastructure.

The platform offers multiple benefits to its users:

* Blockchain and Energy sector solutions accessible at low entry level complexity with easy UI based wizards configurations
* Full SaaS experience with FIAT payment, making Energy Web services accessible for even non-crypto versed organizations
* Overhead reduction with easy to develop solutions and a key-in-hand feeling
* Interconnection and mutual benefits for the Crypto and Enterprise communities

Launchpad offers 3 main types of services:

1. [**Blockchain services**](/launchpad-by-ew/launchpad-by-energy-web/blockchain-infrastructure.md): allows users to spin up blockchain infrastructure elements in minutes. This includes RPC nodes, Validator nodes supporting the Energy Web Chain and Collator nodes supporting the Energy Web X Chain.
2. [**Generic and Energy related services**](/launchpad-by-ew/launchpad-by-energy-web/generic-and-energy-services.md): pre-configured and ready to launch solutions for the Energy sector. Launchpad allows you to develop [Green Proofs registries](/launchpad-by-ew/launchpad-by-energy-web/generic-and-energy-services/green-proofs-as-a-service.md) and will soon allow to spin up Digital Spine solutions.
3. [**EWX Ecosystem services**](/launchpad-by-ew/launchpad-by-energy-web/ewx-ecosystem.md): this offering is unique to Energy Web and allows any organization or individual to implement solutions and business logics, supported by Worker nodes also available for deployment on Launchpad, in a no-code and scalable manner.&#x20;


---

# 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-launchpad.energyweb.org/launchpad-by-ew/launchpad-by-energy-web.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.
