From 6063559e5e11da3a6540f40fdbee8d858f16b52e Mon Sep 17 00:00:00 2001
From: Nuwan Rajika Kumarasiri <nuwan.kumarasiri@wisc.edu>
Date: Tue, 21 Apr 2020 22:00:49 -0500
Subject: [PATCH] Add a quick start guide and concepts

Quick start will have links to access `test` and `prod` IICS instances.
---
 README.md          |  1 -
 docs/concepts.md   |  9 +++------
 docs/onboarding.md |  4 ----
 docs/quickstart.md | 14 +++++++++++---
 4 files changed, 14 insertions(+), 14 deletions(-)
 delete mode 100644 docs/onboarding.md

diff --git a/README.md b/README.md
index b63487e..dcae5ef 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,6 @@ Use [template.md](./template.md) to create new content.
 
 ## Contents
 * [Quick Start Guide](./docs/quickstart.md)
-* [Onboarding into IICS](./docs/onboarding.md)
 * [Concepts](./docs/concepts.md)
 * [Tutorials](./docs/tutorials.md)
 * [How To Guides](./docs/howto.md)
diff --git a/docs/concepts.md b/docs/concepts.md
index 7a10c65..db76fe1 100644
--- a/docs/concepts.md
+++ b/docs/concepts.md
@@ -1,8 +1,5 @@
 # IICS Concepts
 
-### TODO
-* [ ] Add TOC.
-* [ ] Add common IICS concepts, few examples are below.
-
-* Secure Agent
-* Different Type of Integrations
\ No newline at end of file
+### Secure Agent
+A Java program that runs all tasks and enables secure communication across the firewall between our organization and 
+Informatica Intelligent Cloud Services. More details can be found [here](https://docs.informatica.com/integration-cloud/cloud-platform/current-version/administrator/runtime-environments/secure-agents.html).
\ No newline at end of file
diff --git a/docs/onboarding.md b/docs/onboarding.md
deleted file mode 100644
index 2940345..0000000
--- a/docs/onboarding.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Onboarding into IICS
-
-### TODO
-* [ ] Add content for provisioning [docs](https://git.doit.wisc.edu/interop/iics/internal-iics-docs/merge_requests/1).
\ No newline at end of file
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 4a80746..5e703b6 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -1,5 +1,13 @@
 # Quick Start Guide
-Step by step guide for quick start with IICS.
+Get started quickly with IICS using below steps.
 
-### TODO
-*[ ] Write quick start guide - https://jira.doit.wisc.edu/jira/browse/INPLATFORM-69.
\ No newline at end of file
+1. You will need `netid` login in order to access the IICS web console (known as the designer).
+2. Login into the IICS web console:
+    * [test](https://dm-us.informaticacloud.com/ma/sso/fu0Dw88PzqRdTYPctT73QJ)
+    * [prod](https://dm-us.informaticacloud.com/ma/sso/732dcgB8WwTgRubL1mFU8R)
+
+If you can't access IICS web console [reach to us](../README.md)  
+
+## Where To Go Next?
+Learn more about IICS [concepts](./concepts.md), [tutorials](./tutorials.md), and [training](./training.md), or 
+get started using Informatica get started [guide](https://network.informatica.com/docs/DOC-17653). 
-- 
GitLab