This document provides instructions for building a robotic process automation (RPA) bot using Workday Guidewire Developer (WDG) to automate processing sales leads from a CSV file into an online sales system. The steps include: opening a completed automation as an example, creating a new automation project in WDG Studio, adding commands to start a browser, navigate to a website, enter login credentials, downloading a CSV file, reading the CSV data, storing rows in variables, inputting fields, adding a loop to iterate through the data, and logging out of the website. Following these instructions allows the user to automate a repetitive manual data entry process.