diff --git a/acceptanceTest - placeBid.txt b/acceptanceTest - placeBid.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/umlDiagramMethods.txt b/umlDiagramMethods.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ab016b1999158b1c90e0ba8acc03d239371d52fc
--- /dev/null
+++ b/umlDiagramMethods.txt
@@ -0,0 +1,29 @@
+User
+-String subscribeTo(auctionID)
+-ArrayList<Item> itemBidded()
+
+
+Bid
+
+
+Category
+
+
+Item
+-void addItem(code, category, description, image, bidIncrement)
+-void deleteItem(code)
+-void modifyItem(code, category, description, image, bidIncrement)
+-String toString()
+-Item searchItem(code)
+-ArrayList<Item> searchItem(category)
+
+
+Auction
+-void login(username, password)
+-void placeBid(incrementTimes)
+
+
+itemImage
+
+
+Seller
\ No newline at end of file
diff --git a/userStory - placeBid.txt b/userStory - placeBid.txt
new file mode 100644
index 0000000000000000000000000000000000000000..174c9608b1e460ddb1839d10318e8ca426e23dc1
--- /dev/null
+++ b/userStory - placeBid.txt	
@@ -0,0 +1,7 @@
+Title: placeBid
+	
+	Acceptance Test: placeBid
+	Priority: 2
+	Point: 6
+
+Text: If the auction is valid, it should be possible for registered user to place a bid for an item. It must be possible to know the current price of the item we are bidding for and the minimum bidding increment for the item. The user who want to place the bid, should be able to choose how many increments to make. When the time interval for the auction is expired, no more bids can be placed and the 
\ No newline at end of file