Answer Basic Questions
Overview
This tutorial guides you through creating the initial version of “The Orienteer,” a simple but effective onboarding assistant that answers common questions using a company FAQ document and knows when to escalate to subject matter experts.
The Orienteer v1 Workflow
- User asks a question
- Agent consults the shared FAQ and answers quickly if the information exists
- Returns to the user with an answer or tags the relevant SME if the answer is unclear
Implementation Steps
Step 1: Create Your Agent
- Navigate to the Agents page and click “Create New Agent”
- Name your agent “The Orienteer”
- Add this description: “This assistant helps new employees by answering common onboarding questions using Credal’s Employee Onboarding FAQ. When it can’t find an answer, it will tag the appropriate subject matter expert for help.”
Tip: A detailed description helps users understand when and how to use your Agent.
Step 2: Upload the FAQs and List of SMEs
At Credal, key resources are stored in Confluence and spreadsheets. To make these accessible to your agent:
- Locate the FAQ document and SME list
- Obtain shareable links for both resources
- Go to the “Data” section of your Agent
- Upload both documents:
- The Employee Onboarding FAQ document
- The SME list spreadsheet (containing names, areas of expertise, and contact information)
Note: Ensure these documents are properly formatted and up-to-date before uploading.
Step 3: Add the “Send a Slack Message” Action
To enable your agent to tag SMEs when needed:
- Click on the “Actions” tab in the right side panel
- Create a new Action named “Send a Slack message”
- Configure it to send messages to the #onboarding Slack channel
- Ensure your organization is connected to Slack
- Verify you have previously interacted with a Credal Slack bot
Alternative Approach: If deploying directly in the #onboarding Slack channel, you can skip creating this Action and instead modify your instructions to have the assistant tag SMEs directly in its responses.
Step 4: Provide Instructions to “The Orienteer”
Add the following instructions to guide your agent’s behavior:
Testing Your Implementation
- Ask a simple question that should be covered in the FAQ
- Ask a question with a partial match in the FAQ to see how the agent handles it
- Ask a question not covered in the FAQ to test the SME tagging functionality
- Verify that the agent maintains a friendly, helpful tone appropriate for new employees
This initial version of The Orienteer provides a solid foundation that you can build upon in future iterations, adding more sophisticated capabilities while maintaining the core functionality of quickly answering common questions and knowing when to involve human experts.