> For the complete documentation index, see [llms.txt](https://enercalc.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enercalc.com/docs/sel-onboarding/getting-started/access-to-cloud-version.md).

# Access to Cloud Version

How to launch ENERCALC SEL in a web browser by logging in to the cloud version.

ENERCALC subscribers can run the app on any HTML5 browser.

Simply point your browser to [cloud.enercalc.com](https://cloud.enercalc.com/).

![](https://3287090188-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTrONx7Bf2YPDe3Xb7qeS%2Fuploads%2Fgit-blob-de39f899e2d8ad0d614f381d922a2a3bca880e4c%2FCloud%20login.jpg?alt=media)

Enter your KW User Registration Number in the form of KW-NNNNNNNN.

Enter your password provided by ENERCALC (not your Product Control Code) in the form of three letters or numbers hyphen three letters or numbers.

Optionally, you can enter a unique username. This is used to store the specific settings and information that are gathered by your selections and settings during a session. When you next launch a session with this username those settings will be retrieved. If you do not enter a name the general settings used by other users with no name entered are used. Max length is 45.

The Select Location dropdown will populate with the available sites, and will default to the site with the lowest latency from your location. You can select any site, but the best performance will always be obtained by using the one with the lowest latency. There is no need to worry about being consistent with your selection of any particular site. Your data is replicated for redundancy, and will be available to the app, regardless of which site you select.

Click the Launch button, and the app will be loaded and displayed.


---

# 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://enercalc.com/docs/sel-onboarding/getting-started/access-to-cloud-version.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.
