# Running Hello World

## Single command to Hello World

The following command run in the dev container should get you started and clarify if any of the setup components are not working correctly

```
make hello-world
```

## Understanding the different make commands

TODO - Add descriptions for each of the make commands

## Step by step to Hello World

TODO - Now that all the individual descriptions are present, show how the hello world command is comprised of all the other steps to start something


---

# 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://aegion-dynamic.gitbook.io/nimbus/getting-started/running-hello-world.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.
