New IA for Cordova website
diff --git a/proposals/NewInformationArchitecture.md b/proposals/NewInformationArchitecture.md
new file mode 100644
index 0000000..9d70487
--- /dev/null
+++ b/proposals/NewInformationArchitecture.md
@@ -0,0 +1,46 @@
+### New Information Architecture for Cordova Website
+
+As a part of the task of improving the Cordova documentation, we came up with a new Information Architecture for the website. The current architecture was not very comprehensive and lacked a well-defined structure which made the documentation difficult to follow and find for people. Also we decided to add some new content based on the customer feedback from our website survey.
+
+New articles to be added: 
+
+- Debug and Test (for both apps and plugins)
+- Publish (app to the appstore for all platforms)
+- Automate Tasks (tips to use tools like grunt, gulp and uglify with Cordova)
+- Register with NPM
+- Sample Apps (section containing some sample apps built on Cordova)
+
+This is the proposed new IA:
+
+- Overview
+- Create apps 
+	- Create your first app
+	- Develop for platforms
+	- Manage versions and platforms
+	- Debug and test
+	- Automate Tasks
+	- Store data
+	- Manage privacy
+	- Manage security
+	- Whitelisting
+	- Publish
+	- Reference
+		- Config.xml
+		- Events
+		- Plugins
+		- CLI
+		- Hooks
+- Create plugins
+	- Create a plugin 
+	- Register with NPM
+	- Develop for platforms
+	- Use Plugman
+	- Debug and test
+	- Reference
+		- Plugin.xml
+- Embed Cordova in native apps
+- Sample Apps
+
+We also did a document scrub and tried to figure out the articles which need to be modified or updated with the current information and plan to work on them. Some of these needs to be converted into proper reference as seen in the IA.
+
+Please give feedback or let us know if you would like to help with this task.
\ No newline at end of file