# 5. (Optional) Calling Insight parameters from the flow

1. Open **Digital Agent project**
2. Open a **node** of your preference (Answer, Function, or AI node)
3. Add the insight prompt parameter following this name convention: \<insight\_previous\_prompt>\_\<parameter>:
   1. For the **Answer** node, add the parameter by selecting it in the "Entities" → "Name" dropdown field.&#x20;
   2. For the **Function** node, you can refer to the parameter in "variables", or you can add a tool and specify the parameter name in "optional parameters".
   3. For the **AI** node, you can refer to this in the "Behaviour" window

{% hint style="success" %}
Tips:

Use this, if you want your voicebot/emailbot/chatbot/back-office bot to work with the analyzed data, you can send all these data into DA together with current\_utterance as metadata.
{% endhint %}
