Home → Admin Manual → HelpSpot AI → Understanding Data Transfer to OpenAI When Using HelpSpot AI Functions
6.3. Understanding Data Transfer to OpenAI When Using HelpSpot AI Functions
Your OpenAI Key and Data Transfer
In the interest of data privacy and security, HelpSpot utilizes your own OpenAI key for these AI functionalities. The data you send via HelpSpot's AI features is transferred directly to your own OpenAI account. This ensures that you have full control over your data and its security, as it's associated directly with your OpenAI account.
Action Prompts
Action prompts in HelpSpot allow users to invoke actions through intuitive, natural language instructions. When an action prompt is used, the data transferred to OpenAI is limited to the information specifically stated by the placeholders in the prompt.
Here are examples of some placeholders:
{{ first.name }}
- Represents the first name of the customer. This can only be used in request prompts.{{ staff.first.name }}
- Stands for the first name of the acting staff member.{{ input.text }}
- This is a selected text in the editor if the user has made a selection. If no selection has been made, it represents the whole text editor content.
These placeholders define the specific pieces of information that are sent to OpenAI.
Summarize Request History Feature
HelpSpot's Summarize Request History feature is an advanced tool that uses AI to condense extensive request histories into a brief and coherent summary. In this case, the entire request history for the specific request is sent to OpenAI.
This is necessary to ensure the AI model has all the relevant information needed to generate a comprehensive and accurate summary.
Translate Request History Feature
The Translate Request History feature translates an individual request history item when requested. When this feature is used, only the specific request history item being translated is passed to OpenAI.