# Printing data

## Lua Hello World and Log Function Instructions

### Printing "Hello, World!"

To print "Hello, World!" in Lua, use the `print()` function like so:

```lua
print("Hello, World!")
```

### Using the `log(string)` Function

log(string) will print out the message to the Growtopia chat.

```lua
log("Hello, World!")
```

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


---

# 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://fshn06s-organization.gitbook.io/hydra-lua-api/basics/markdown.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.
