Creating your first project

To create a new project, click the 'plus' button in the Projects pane.

Start a Xill project

Specify your project name, choose a folder to store the new project and click Ok:

Give your Xill project a name


After creating the project, robots can be added to it. Click the New file icon to add a new file to your project:

Add a new file to your project

A file explorer will pop up to ask you were to save it. It should already be navigated to your new project folder. If not, do this manually. Choose a name for your robot and click Save. Then you'll see a new tab with your new robot, ready to code:

Make a new Xill robot

Starting your first project

Double click the code below and press Ctrl+C. 

use System;
System.print("Hello, world");

 Add the code to your new robot.

Add code to Xill robot

Click the Run button to run the robot.

Run your Xill robot

You should now see the text “Hello, world” appear in the console.

Creating first Xill robot

Congratulations, you have just created your first robot.


In case you have any questions, don't hesitate to use the forums or add a new ticket.