Quick Start Guide¶
🚀 Get Started in 5 Minutes¶
This guide will help you set up and use AI Complete Suite with Discuss integration. You'll learn how to create an AI assistant and start chatting with it.
📋 Prerequisites¶
Before starting, make sure you have:
- ✅ AI Complete Suite installed (see Installation Guide)
- ✅ AI configuration set up with API key
- ✅ Discuss module enabled
🎯 Step 1: Create Your First AI Assistant¶
Navigate to AI Settings¶
- Go to Settings → Technical → AI → Assistants
- Click Create
Fill in Assistant Details¶
Name: My AI Assistant
Description: A helpful AI assistant for general questions
Configuration: [Select your AI configuration]
Active: ✓
Save and Activate¶
Click Save to create your assistant.
📚 Step 2: Set Up a Data Source (Optional)¶
For better AI responses, you can add knowledge to your assistant:
Create a Text Data Source¶
- Go to Settings → Technical → AI → Data Sources
- Click Create
- Fill in basic details:
- In the Text Data section, click Add to add data items
- For each data item, fill in:
- Add more data items as needed
- Click Save
Link to Assistant¶
- Go back to your AI Assistant
- In the Data Sources tab, click Add
- Select your data source
- Click Save
💬 Step 3: Start Chatting with AI¶
Access AI in Discuss¶
- Go to Discuss app
- In the sidebar, look for AI Conversations section
- Click on AI Conversations to see available assistants
- Click on an assistant name to start a private chat
- Type your message and press Enter
Example Conversations¶
Basic Question:
You: What can you help me with?
AI: I can help you with various tasks like answering questions,
analyzing data, and providing information from your company
knowledge base.
Company-Specific Question:
You: What are our company policies?
AI: Based on your company knowledge, here are the key policies...
Data Analysis:
You: Can you help me understand our sales data?
AI: I can help analyze your sales data. Please share the specific
data you'd like me to review.
🔧 Step 4: Advanced Features¶
Other AI Chat Methods¶
- Mention AI: Use
@AIto get AI help in any conversation, including group chats, or conversation area of any record. - Record Discussions: Use the "Ask AI" button in any record form to discuss with AI about it.
File Attachments¶
- Attach files to your messages
- Supported file types depend on your AI provider:
- ChatGPT: Images only (JPG, PNG, GIF)
- Claude: Images and PDF files
- Gemini: Images only (JPG, PNG, GIF)
Record References¶
- You can reference specific Odoo records using
$model/idpattern - Examples:
$res.partner/123,$sale.order/456 - AI will include the record data in the conversation context
- Click on the reference to open the record in Odoo
⚠️ Access Control: AI can only read data from records that are included in its allowed data sources. If a record is not accessible, the reference will appear in red.
Web Search¶
- With ChatGPT or Claude, the model can search the web for information when needed.
- User location (from your or your company's address) may be sent for localized results.
⚠️ Gemini does not support web search yet due to API limitation.
Advanced AI Capabilities¶
- Data Operations: AI can create, update, and delete records
- Method Operations: AI can discover and execute custom business logic methods
- Thread Communication: AI can read conversations and post messages to any Odoo thread
🎨 Step 5: Customize Your Experience¶
Adjust AI Behavior¶
- Go to Settings → Technical → AI → Contexts
- Create a new context or modify existing ones
- Define how AI should respond to different situations
Add More Data Sources¶
- Model Data: Get data from Odoo models
- URL Data: Get data by crawling website
- Text Data: Add your data manually
Create Multiple Assistants¶
- Sales Assistant: Specialized in sales questions
- Support Assistant: For customer support
- Technical Assistant: For technical queries
🚨 Common Issues¶
AI Not Responding¶
- Check if your AI configuration is active
- Verify API key is correct
- Ensure you typed
@AIcorrectly
No Data Sources Available¶
- Create data sources first
- Link them to your assistant
- Trigger and wait for indexing to complete
File Upload Issues¶
- Check file format is supported
- Ensure file size is reasonable
- Verify AI configuration allows files
✅ What's Next?¶
Now that you're familiar with the basics:
- Explore Data Sources: Data Sources Guide
- Configure Contexts: Contexts Guide
- Advanced AI Assistants: AI Assistants Guide
- Use Cases: Customer Support
Need help? Contact support or check the documentation for your specific issue.