# The "Hello World" tutorial

1. At your first contact with OpenFlower you will see the Login Screen.

<figure><img src="/files/9X0kXAwBMzcx9ft2x2Dt" alt=""><figcaption><p>OpenFlower Login Screen</p></figcaption></figure>

If you haven't created your account yet, you can register a new account with the url /user/auth/register or the Sign up Link on the login page.

<figure><img src="/files/yAcWGae5aSGKTrMXRUzo" alt=""><figcaption><p>Sign up screen to create a new user.</p></figcaption></figure>

When you create a User without Invite-Link, this User will automatically get the role of an Administrator with their own Workspace.

The first Screen of the Admin Panel of OpenFlower shows the overview of all Applications (in the current selected Workplace). For new Installations & logins, the Workplace is named by the email of the logged in User.

<figure><img src="/files/GJ1HPERkHetLjEJJtbvF" alt=""><figcaption><p>Application overview as welcome screen</p></figcaption></figure>

2. In OpenFlower you can create and find the building blocks of applications:

* Navigations
* Mobile Navigations
* Apps
* Modules
* Folder

All these building blocks are displayed on the home screen.\
You can order these building blocks by folders.

<figure><img src="/files/7qrM9NXPkRhwiEjBC3LF" alt=""><figcaption><p>Folder for Application building blocks</p></figcaption></figure>

3. With the help of the blue "New" Button you can select and create a fresh, empty application. You will arrive at the App Editor Screen.

<figure><img src="/files/LNFz9ZS7Ar50ZrRrxTjo" alt=""><figcaption><p>Application Editor - standard screen.</p></figcaption></figure>

The main screen is divided into 4 sections. To create an Application typically starts to place any component from the red section to the application-space, yellow in the middle of the screen.

4. Components can get placed next to each other or through Layers, so components can visually overlap.

The green area helps you to gather and prepare Data for your Application. Here data queries for multiple datasources as also data transformations and even javascript functions can get managed.

The blue area helps to see a hierarchical view of the components of an application as also to see in realtime their application state with current data and events.

The blue and red area consist of 2 panels between users can switch. (green marked areas)

<figure><img src="/files/bucYDKzzkS0TJaL9wzCQ" alt=""><figcaption><p>Screen Settings and Component details</p></figcaption></figure>

In the blue section, general settings for an application can get managed, such as the applied theme, local Javascript and Style (CSS) embeds as also screen settings for expected resolutions.

In the red section, which opens automatically as soon as you click on a specific component in the application-space, all detail settings for the selected component can be made.

* Data Binding to show selected data with the component
* Event Bindings to take an user event and trigger an action
* Layout Settings to adjust positions for labels, orientation and visibility
* Style Settings to select colors, sizes and margins

5. As soon as you like, you can share an Application with selected users to test together.

<figure><img src="/files/kPf5qsZ8xgMeR9J6SRdb" alt="" width="375"><figcaption><p>You can use the "Share" Button to invite other OpenFlower Users to use the Application</p></figcaption></figure>

<figure><img src="https://github.com/Flowerappeng-org/openflower/blob/main/docs/.gitbook/assets/Application%20Editor%20%20Share%20Application.png" alt=""><figcaption><p>Select individual Users or make the Application public for everyone.</p></figcaption></figure>

Based on your settings you can invite special users only or make the application public accessible, so everyone can see the application. If you want to invite co-editors for your application, you need to give them the desired rights / role.

After all tests are done, your application is ready to hit the market. You can use the "Preview Button" to explore how your Application looks for a standard logged in user.

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

6. With the same button, but by help of the small arrow on the right, you can finally publish the application in it's current state. Make sure, the application is then accessible (Share menu) as you expect. (public or for selected users only)


---

# 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.openflower.org/readme/the-hello-world-tutorial.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.
