# Create Bot - Hello Human!

* Launch **Visualyze Robot Studio**
* Click **New -> Robot** to bring up the **Create Robot Window**
* Type the robot name **HelloHuman**. Note that the project name can not contain spaces.
* Select Local Storage
* Click **Create**.

![](https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2Fgit-blob-5c04771155820844f946e808a272f7deb1020c33%2FLjWuaKx0wG.gif?alt=media)

Now, let's create a [String variable](https://docs.visualyze.ai/getting-started/variables#string) `greeting` and assign a value **'Hello Human!'**

* Click the **New** button in the Variables pane. The [Variables ](https://docs.visualyze.ai/getting-started/rpa-studio/variables)window is displayed.
* Click **New -> String**
* Enter 'G**reeting**' as the name, and **Hello Human** as the value, and click **Save**.

![](https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2Fgit-blob-4b3b2df213d9d764e65cef40677e94f64e6bc249%2F0yYKNXTwT1.gif?alt=media)

A new variable with name **Greeting** is now created. Now let's display the greeting using **Show Message**.

* Drag and drop Show Message activity and connect [**Start** ](https://docs.visualyze.ai/rpa-studio/user-interface/control/start)to it.
* In [**Show Message**](https://docs.visualyze.ai/getting-started/rpa-studio/broken-reference)'s input, give the variable **Greeting.**
* That's it. Now click **Run**.

![](https://1935494318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M927xRZSEM57y2sBcm3%2Fuploads%2Fgit-blob-711978473e710e2bbcb7e9a329daf8642afe9612%2F8e29Y5vN2J.gif?alt=media)
