diff --git a/docs/4. Integrations/ChatGPT using OpenAI APIs.md b/docs/4. Integrations/ChatGPT using OpenAI APIs.md
index 10105b5dd..ab96aaef9 100644
--- a/docs/4. Integrations/ChatGPT using OpenAI APIs.md
+++ b/docs/4. Integrations/ChatGPT using OpenAI APIs.md
@@ -10,7 +10,7 @@ _**Leverage the capabilities of GPT models developed by OpenAI by using OpenAI A
3. Make sure there is enough credit in OpenAI account to allow usage.
4. Pricing for API calls is as per OpenAI platform [pricing](https://openai.com/pricing)
-
+
_Above is a representative image from the OpenAI platform account_
@@ -25,11 +25,11 @@ _Above is a representative image from the OpenAI platform account_
1. Go to `Settings`, find `OpenAI (ChatGPT) (Beta)`
2. Click on `is active` and paste the OpenAI API key from your OpenAI platform account
-
+
## Using the webhook for OpenAI API call in a Glific flow
-
+
_Representative image to explain the steps in OpenAI API calls in a simple flow_
@@ -39,7 +39,7 @@ _Representative image to explain the steps in OpenAI API calls in a simple flow_
1. Get the user question
2. In `call a webhook` node, select `function` and paste function name as `parse_via_chat_gpt`
-
+
3. Share the following function body
` {
@@ -50,7 +50,7 @@ _Representative image to explain the steps in OpenAI API calls in a simple flow_
here `question_text` is the parameter name corresponding to user question.
-
+
4. The response from GPT is shown as `@results.webhookresultname.parsed_msg`, in the given example `gpt_response` is the webhook result name.