diff --git a/docs/api-endpoints/close-chat.md b/docs/api-endpoints/close-chat.md
index e91cfd0..37f1d71 100644
--- a/docs/api-endpoints/close-chat.md
+++ b/docs/api-endpoints/close-chat.md
@@ -5,6 +5,7 @@
* **URL**
REST API URL can be found on Apps Page
+ 
Sample Url for eg:
`http://localhost:3000/api/apps/public/783d8e4d-b06a-409a-aaf3-b37650dc0a26/incoming`
* **Method:**
@@ -22,7 +23,7 @@
1. `action`=`close-chat`
2. `sessionId=[string]`
- > Note. Session Id is the same session of Dialogflow
+ > Note. Session Id is the same session of Dialogflow. Also note that, session Id is the same as Room Id on Rocket.Chat. [Click here](https://cloud.google.com/dialogflow/es/docs/entities-session) to know more about Dialogflow sessions.
* **Success Response:**
diff --git a/docs/api-endpoints/perform-handover.md b/docs/api-endpoints/perform-handover.md
index a314c79..3021e9f 100644
--- a/docs/api-endpoints/perform-handover.md
+++ b/docs/api-endpoints/perform-handover.md
@@ -5,6 +5,7 @@
* **URL**
REST API URL can be found on Apps Page
+ 
Sample Url for eg:
`http://localhost:3000/api/apps/public/783d8e4d-b06a-409a-aaf3-b37650dc0a26/incoming`
* **Method:**
@@ -22,7 +23,7 @@
1. `action` = `handover`
2. `sessionId=[string]`
- > Note. Session Id is the same session of Dialogflow
+ > Note. Session Id is the same session of Dialogflow. Also note that, session Id is the same as Room Id on Rocket.Chat. [Click here](https://cloud.google.com/dialogflow/es/docs/entities-session) to know more about Dialogflow sessions.
**Optional:**
diff --git a/docs/api-endpoints/send-message.md b/docs/api-endpoints/send-message.md
index 6b22891..e81a14f 100644
--- a/docs/api-endpoints/send-message.md
+++ b/docs/api-endpoints/send-message.md
@@ -5,6 +5,7 @@
* **URL**
REST API URL can be found on Apps Page
+ 
Sample Url for eg:
`http://localhost:3000/api/apps/public/783d8e4d-b06a-409a-aaf3-b37650dc0a26/incoming`
* **Method:**
@@ -22,7 +23,7 @@
1. `action` = `send-message`
2. `sessionId=[string]`
- > Note. Session Id is the same session of Dialogflow
+ > Note. Session Id is the same session of Dialogflow. Also note that, session Id is the same as Room Id on Rocket.Chat. [Click here](https://cloud.google.com/dialogflow/es/docs/entities-session) to know more about Dialogflow sessions.
3. ```bash
actionData: {
diff --git a/docs/api-endpoints/trigger-event.md b/docs/api-endpoints/trigger-event.md
index a2f3925..6846777 100644
--- a/docs/api-endpoints/trigger-event.md
+++ b/docs/api-endpoints/trigger-event.md
@@ -5,6 +5,7 @@
* **URL**
REST API URL can be found on Apps Page
+ 
Sample Url for eg:
`http://localhost:3000/api/apps/public/783d8e4d-b06a-409a-aaf3-b37650dc0a26/incoming`
* **Method:**
@@ -22,7 +23,7 @@
1. `action` = `trigger-event`
2. `sessionId=[string]`
- > Note. Session Id is the same session of Dialogflow
+ > Note. Session Id is the same session of Dialogflow. Also note that, session Id is the same as Room Id on Rocket.Chat. [Click here](https://cloud.google.com/dialogflow/es/docs/entities-session) to know more about Dialogflow sessions.
3. ```bash
actionData: {