Getting Started
Create the Assistant
- Navigate to Settings > Integrations > OpenAI.
- Click the Manage button.
- Click Add.
- Name: Choose a name that reflects the purpose (e.g., “Product Information Assistant”).
Define Capabilities
Configure the following settings to customize your assistant:
- Instructions: Provide clear instructions guiding the Assistant on how to interpret and respond to user queries. Be as specific as possible.
- Model: * Default: GPT-3.5 Turbo 16k (included with standard accounts).
- GPT-4: Required if you want to combine Functions and Files (requires your own API key).
- Functions: Define pre-programmed actions for specific tasks (e.g.,
book_appointments,connect_user_to_human). - Files: Upload data files (PDFs, Word Docs, Text). Max 25MB each. The Assistant will intelligently draw information from these files.
Important: Combining Functions and Files is an advanced feature that requires selecting a GPT-4 model.
Integration Methods
There are two ways to integrate your Assistant: as the central response engine (Main System Prompt) or within specific conversation paths (Flows).- Main System Prompt
- Within Flows
Use this method to make the Assistant the primary brain for your chatbot.
- Navigate to Integrations > OpenAI > Edit.
- Switch to the Assistant tab.
- Select your newly created Assistant from the dropdown menu.
- Click Continue.
Additional Tips
- Experiment: Test different Assistant configurations (instructions, file types) to find the optimal setup.
- Organize Data: Ensure your uploaded files are organized for clear and efficient retrieval.
