--- title: "Additional Instructions" description: "Provide additional context and user information to your agents to enhance their responses." icon: "message" --- ## Overview Additional instructions allow you to pass additional context to the agent at the time of the request. Typically, this is used to pass session or specific user data. For example, if user is already signed in on your application, and you know their email, there is no reason for the agent to as it again. So, you can simply add in additional instructions: "The current user's email is [myemail@example.com](mailto:myemail@example.com) please use this to submit all customer support tickets" ## Usage ### Widgets To use **additional instructions** in widgets, simply add them in the **third parameter** in the ChatComponent ****`init()` function like below. ```html