WIP
diff --git a/Admin-Maintenance.md b/Admin-Maintenance.md
index 66c3d11..88adba6 100644
--- a/Admin-Maintenance.md
+++ b/Admin-Maintenance.md
@@ -1,6 +1,20 @@
 ## Gateway Maintenance
 
-<b class="blue">Q1.</b> One of my gateway users wants me to investigate his FAILED experiment. How should I proceed?
+
+1. <a href="#FAILED">Investigate FAILED experiments/jobs</a></br>
+2. <a href="#unavailable">Handling unavailable Compute Resources</a></br>
+3. <a href= "#GtwyAccessI">Managing User Accounts</a></br>
+4. <a href= "#GtwyAccessII">Changing roles are not providing proper access</a></br>
+5. <a href= "#Allocation">Community account ran out of SUs</a></br>
+6. <a href="#PrePostCommands">Add Pre and Post Job Commands for an Application</a></br>
+7. <a href="#SampleApp">Add Environment Variables for an Application Deployment</a></br>
+8. <a href= "#Resources">Register your Compute & Storage Resources</a></br>
+9. <a href= "#Preference">Gateway Preference Management</a></br>
+10. <a href= "#Notices">Communication with Gateway Users</a></br>
+11. <a href= "#Traffic">Monitor Gateway Traffic</a></br>
+12. <a href= "#Secure">Using Credential Store</a></br>
+
+<b class="blue" id="FAILED">Q1.</b> One of my gateway users wants me to investigate his FAILED experiment. How should I proceed?
 <br><b class="blue">Answer:</b> To investigate a specific FAILED experiment or failed experiment within a time frame,<br>
 1. Navigate to AdminDashboard &#8658; Experiment Statistics <br>
 2. Search the experiment by using the experiment ID. <br>
@@ -13,21 +27,21 @@
 5. Once the experiment/s listed click on the 'Check Stats'
 6. Experiment task breakdown is listed and as the admin you could locate which task failed. Advice the gateway user accordingly.
 
-<b class="blue">Q2.</b> One of the resources used by my gateway is not available for the day. How to stop user job submissions?
+<b class="blue" id="unavailable">Q2.</b> One of the resources used by my gateway is not available for the day. How to stop user job submissions?
 <br><b class="blue">Answer:</b> To temporarily stop users submitting jobs to a particular resource...<br>
 1. Navigate to AdminDashboard &#8658; Compute Resources (Browse)<br>
 2. Un-check the  'Enabled' box for the specific resource. This disables job submissions for the resource<br>
 3. To enable job submission simply check the box and you are back in track!<br>
 NOTE: In order to enable disable resources you require super admin rights to the gateway. If not you need to contact SciGaP admins.
 
-<b class="blue">Q3.</b> How to upgrade access for a gateway user?
+<b class="blue" id="GtwyAccessI">Q3.</b> How to upgrade access for a gateway user?
 <br><b class="blue">Answer:</b> User access can be upgraded or downgraded by changing the assigned user role.<br>
 1. Navigate to Admin Dashboard &#8658; Users (Browse)<br>
 2. Search for the specific user and click 'Check All Roles'<br>
 3. From this you can remove/add roles.<br>
 4. For each modification user will receive an email with 'Your Privileges has Changed!'<br>
 
-<b class="blue">Q4.</b> Gateway users who has role 'gateway-user' cannot access experiment creation. Seems like privileges are not accessible.!
+<b class="blue" id="GtwyAccessII">Q4.</b> Gateway users who has role 'gateway-user' cannot access experiment creation. Seems like privileges are not accessible.!
 <br><b class="blue">Answer:</b> User roles are given through PGA Admin Dashboard. If the roles are set correctly then check pga_config.php<br>
 1. To check the config file use
 <pre><code>vi /var/www/html/airavata-php-gateway/app/config/pga_config.php</code></pre>
@@ -47,7 +61,9 @@
         'user-role-name' => 'airavata-user',
 </code></pre>
 
-<b class="blue">Q5.</b> I have ran out of allocation for my current community account used in gateway for a resource. What should I do?
+NOTE: In order to view and change config file you require access to PGA backend. If not you need to contact SciGaP admins.
+
+<b class="blue" id="Allocation">Q5.</b> I have ran out of allocation for my current community account used in gateway for a resource. What should I do?
 <br><b class="blue">Answer:</b><br> 
 1. If you have another community account you could update the information in Admin Dashboard &#8658; Gateway Profile under Compute Resource Preferences.<br>
 2. Select the resource and modify account information and save.<br>
diff --git a/Sharing-Docs.md b/Sharing-Docs.md
index 579bc96..218f0c4 100644
--- a/Sharing-Docs.md
+++ b/Sharing-Docs.md
@@ -6,7 +6,7 @@
 <tr>
 <td>sharing_cpi</td><td><a href="sharing_cpi.html#Svc_SharingRegistryService">SharingRegistryService</a><br/>
 <ul>
-<li><a href="sharing_cpi.html#Fn_SharingRegistryService_addChildGroupsToParentGroup">addChildGroupsToParentGroup</a></li>
+<li><a href="/Sharing CPI/#Fn_SharingRegistryService_addChildGroupsToParentGroup">addChildGroupsToParentGroup</a></li>
 <li><a href="sharing_cpi.html#Fn_SharingRegistryService_addUsersToGroup">addUsersToGroup</a></li>
 <li><a href="sharing_cpi.html#Fn_SharingRegistryService_createDomain">createDomain</a></li>
 <li><a href="sharing_cpi.html#Fn_SharingRegistryService_createEntity">createEntity</a></li>
diff --git a/img/AppInterface1.png b/img/AppInterface1.png
index 55bc02f..44af96b 100644
--- a/img/AppInterface1.png
+++ b/img/AppInterface1.png
Binary files differ
diff --git a/img/AppInterface2.png b/img/AppInterface2.png
index e4c87a3..08f496f 100644
--- a/img/AppInterface2.png
+++ b/img/AppInterface2.png
Binary files differ
diff --git a/img/AppModule.png b/img/AppModule.png
index a0f9472..a50b3a2 100644
--- a/img/AppModule.png
+++ b/img/AppModule.png
Binary files differ
diff --git a/img/UserSettings.png b/img/UserSettings.png
new file mode 100644
index 0000000..4c03e0e
--- /dev/null
+++ b/img/UserSettings.png
Binary files differ