This sequence diagram is for the creating and account on the online shopping website. The user will open the signup page on the browser. The user will enter his information on the signup page. The information will be validated on the user side. After validation the information will be send to the database. The database will check the duplicate data from the tables. If there is no duplicate record, the account will be created. If there is a duplicate record, the account will not be created.