diff --git a/Documentation/AcceptanceTests/.gitkeep b/Documentation/AcceptanceTests/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/Documentation/AcceptanceTests/addItem-acceptanceTest.txt b/Documentation/AcceptanceTests/addItem-acceptanceTest.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ca735382d1d0a96fc65cd065ba7d8e1f1348b15b
--- /dev/null
+++ b/Documentation/AcceptanceTests/addItem-acceptanceTest.txt
@@ -0,0 +1,15 @@
+|---------------------------------------|
+|	TITLE:					   			|
+|---------------------------------------|
+|	INPUT	|	DESCRIPTION	|	OUTPUT	|
+|-----------|---------------|-----------|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|-----------|---------------|-----------|
\ No newline at end of file
diff --git a/Documentation/AcceptanceTests/template_acceptanceTest.txt b/Documentation/AcceptanceTests/template_acceptanceTest.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ca735382d1d0a96fc65cd065ba7d8e1f1348b15b
--- /dev/null
+++ b/Documentation/AcceptanceTests/template_acceptanceTest.txt
@@ -0,0 +1,15 @@
+|---------------------------------------|
+|	TITLE:					   			|
+|---------------------------------------|
+|	INPUT	|	DESCRIPTION	|	OUTPUT	|
+|-----------|---------------|-----------|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|			|				|			|
+|-----------|---------------|-----------|
\ No newline at end of file
diff --git a/Documentation/UserStories/.gitkeep b/Documentation/UserStories/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/Documentation/UserStories/addItem-userStory.txt b/Documentation/UserStories/addItem-userStory.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9a1056200e2d262d6556801d4e20abce59e127e6
--- /dev/null
+++ b/Documentation/UserStories/addItem-userStory.txt
@@ -0,0 +1,16 @@
+|---------------------------------------------------------------|
+|							addItem()							|
+|-------------------------------|---------------|---------------|
+|	Acceptance Test: addItem	|	Priority 3	|	Points 3	|
+|-------------------------------|---------------|---------------|
+| A registered user can insert a new Item in the website data-  |
+| base. It is not compulsary to open a new Auction when an it-  |
+| tem is inserted. The user will be asked during the insertion  |
+| form the category of the product and the system will assign   |
+| automatically the ID. The user is also forced to insert a     |
+| description of the product it is selling and an Image repre-  |
+| senting it. Therefore the form is composed by some input      |
+| fields for the title, category (chosen from a dropdown menu), |
+| description and insert the images. The user has to be logged. |
+|                                                               |
+|---------------------------------------------------------------|
diff --git a/Documentation/UserStories/modifyItem-userStory.txt b/Documentation/UserStories/modifyItem-userStory.txt
new file mode 100644
index 0000000000000000000000000000000000000000..14330420d42b8be4196c3280c3bc957dab3bf39a
--- /dev/null
+++ b/Documentation/UserStories/modifyItem-userStory.txt
@@ -0,0 +1,11 @@
+|---------------------------------------------------------------|
+|							modifyItem()						|
+|-------------------------------|---------------|---------------|
+|	Acceptance Test: modifyItem	|	Priority 3	|	Points 3	|
+|-------------------------------|---------------|---------------|
+| A registered user can modify an existing Item. The system     |
+| will show only the owned items to the user (inserted ones)    |
+| and the user can modify the name, the description and add or  |
+| remove the related images. Then the user will be ask for      |
+| confirmation.                                                 |
+|---------------------------------------------------------------|
diff --git a/Documentation/UserStories/template_userStory.txt b/Documentation/UserStories/template_userStory.txt
new file mode 100644
index 0000000000000000000000000000000000000000..45d6a99fca65343deba912ce6e1ec289653ad6f7
--- /dev/null
+++ b/Documentation/UserStories/template_userStory.txt
@@ -0,0 +1,17 @@
+|---------------------------------------|
+|	TITLE:					   			|
+|-----------|---------------|-----------|
+|	INPUT	|	DESCRIPTION	|	OUTPUT	|
+|-----------|---------------|-----------|
+|							   			|
+|							   			|
+|							   			|
+|							   			|
+|							   			|
+|							   			|
+|							   			|
+|							   			|
+|							   			|
+|							   			|
+|							   			|
+|---------------------------------------|