> For the complete documentation index, see [llms.txt](https://appmaster.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appmaster.gitbook.io/docs/business-logic/block/functions/miscellaneous/app-info.md).

# App Info

### Flow Connections

* \[Input] In - starts the block's execution.
* \[Output] Out - activates when the block has finished its execution.

### Data Connections

* \[Output] Name (string) - name of the app.
* \[Output] Version (integer) - version of the app.
* \[Output] Build number (integer) - build number of the app.
* \[Output] Build date (date & time) - build date & time of the app.
* \[Output] Hostname (string) - hostname of the app.
* \[Output] Environment type (enum) - environment type of the app (development, pre-production, or production).
