Build Guide
https://youtu.be/yqOMAEpuvbk
AI Agent Spec:
This AI Agent runs directly on MindStudio.
Functionality
- Agent has access to a Data Source containing the written documentation for a product. Choose any documentation you’d like. Download as PDF and use it as a data source.
<aside>
If you need a PDF, feel free to use the MindStudio Documentation as a data source:
2025.07.15-MindStudio_Documentation_compressed.pdf
</aside>
- User types in their question related to the docs.
- Check to see if the question is relevant to the product. If not, display a message prompting the user to ask a question about the product.
Use RAG to answer the users question:
- Enhance the user query for use in querying a vector database.
- Query the data source using the enhanced query.
- Using the Original Question, the Enhanced Query, and the Query Result, Generate a response to the user’s original question.
- Once answered, let the user continue chatting with the agent to ask more questions and continue using RAG in chat to answer those questions.
<aside>
Submit Completed Agent:
Once you are finished, submit your Agent below 👇
Agent Build Submission Form
</aside>
Resources
🎬 Related Video Guides:
https://university.mindstudio.ai/1-core-building-principles/building-your-first-ai-agents
https://university.mindstudio.ai/1-core-building-principles/writing-good-prompts