- Find already existing program in your FarmeRobot folder, f.e. LettuceFast.FarmeRobot
- Unzip it to any folder. You should see some files:

- Edit Program.xml adding commands to harvest Wheat and to seed WheatSeed instead of LettuceSeed. You can even combine commands to seed what was harvested - not in this example, but Farmerobot would be able to seed Lettuce on some fields and Wheat on others.

- Get a screenshot of your farmerama fields, and crop two elements

- Wheat seed - save as WheatSeed.png - FarmeRobot will use it as a pattern to find while seedign.
- Wheat field - save as Wheat.png - FarmeRobot will use it as a pattern to find while harvesting
- Zip all the files into WheatExample.FarmeRobot and put the file in the FarmeRobot's folder.
- After restarting FarmeRobot you should see the new program in the list.
- If you want to share it with others, upload it to google docs account, as I described before. I've just done it - WheatExample should be avaiable now as a remote program to everyone.
- In addition WheatExample exits after 80 successful harvesting or 3 minutes of working - it can be started from sheduler - for example every 10 minutes. Command line to start FarmeRobot with local program - 5 arguments:
FarmeRobot.exe user pass win_pos_x win_pos_y program_name
example:
FarmeRobot.exe farmerobot mypass 0 0 WheatExample


