Getting Started with Agents
OpsHub’s AI agent system puts an intelligent assistant at your fingertips. In less than 10 minutes, you’ll go from your first question to automating real investment operations tasks.Prerequisites
Before you begin, ensure you have:- Active OpsHub account - You should be logged into the OpsHub platform
- Access to workspace - Navigate to the
/workspacepage where the agent console lives - Some data loaded - At least one portfolio or dataset to query (the agent works best with real data)
First time logging in? Ask your administrator to assign you the appropriate role (Portfolio Manager, Fund Accountant, etc.) for optimal agent suggestions.
Your First Agent Interaction
Let’s start with a simple but powerful interaction to get you comfortable with the agent system.1
Open the Agent Console
Keyboard shortcut: Press
Cmd+/ (Mac) or Ctrl+/ (Windows)Or: Look for the agent panel on the right side of your workspaceYou’ll see a chat interface with a message input at the bottom.2
Ask Your First Question
Type a natural language question into the chat. Try this:Press
Enter to send. The agent will:- Understand your request
- Query the database
- Return results in a clean format
- A loading indicator while the agent works
- The tool it’s using (
execute_database_query) - Your results displayed as a table or list
3
Try a Practical Task
Now let’s do something more useful. Ask the agent:The agent will:
- Calculate NAV variances
- Filter for breaches exceeding 3 basis points
- Show you the results with portfolio details
4
Get Actionable Insights
The agent can also create things for you. Try:The agent will:
- Analyze available validation data
- Suggest relevant metrics and widgets
- Generate a dashboard draft for your review
- Ask for your approval before applying
The agent will ALWAYS ask for approval before making changes to your data or creating new resources. You’re in control.
Common Use Cases
Here are 5 quick wins you can achieve with agents in under 2 minutes each:1. NAV Validation Query
Ask:- Agent executes SQL query against
validation.validation_results - Filters for
abs(variance_percent) > 0.0003 - Returns portfolio names, NAV values, and variance amounts
2. Create a Compliance Dashboard
Ask:- Agent analyzes validation rules and breach history
- Generates dashboard with key metrics:
- Breach count by portfolio
- Tolerance threshold trends
- ASIC rule violations
- Creates draft for your approval
3. Generate a Report
Ask:- Agent pulls validation results for Oct-Dec
- Summarizes breaches by category
- Formats as professional report
- Saves to
distribution.deliverables
4. Build a Spreadsheet
Ask:- Agent queries
investment.holdings - Calculates
quantity * market_price - Creates Univer spreadsheet with:
- Security name
- Quantity
- Market value
- % of portfolio
- Opens in workspace
5. Investigate a Breach
Ask:- Agent retrieves validation results for that date
- Analyzes underlying holdings and transactions
- Suggests root causes:
- Price discrepancies
- Cash reconciliation issues
- Corporate action timing
- Recommends remediation steps
Choosing the Right Agent
OpsHub has 10 specialized agents for different tasks. Here’s how to pick the right one:- OpsHub Orchestrator
- Fund Accountant Assistant
- Dashboard Architect
- Workbook Engineer
- Compliance Sentinel
Default agent - Good for general questions and task routingUse when:The orchestrator will delegate to the Fund Accountant Assistant, then the Report Generator.
- You’re not sure which agent to use
- You have a multi-step task
- You want agent delegation
Don’t worry about choosing the wrong agent! The OpsHub Orchestrator can delegate to the right specialist automatically. Just ask your question naturally.
Pro Tips for Better Results
1. Be Specific About Ranges
2. Include Context
3. Use Industry Terminology
The agent understands investment operations language:- “basis points” instead of “percent”
- “NAV variance” instead of “price difference”
- “reconciliation” instead of “comparison”
- “look-through analysis” for fund-of-funds
- “RG94 compliance” for Australian regulations
4. Ask for Explanations
If you don’t understand a result, just ask:5. Request Specific Actions
Next Steps
Agent Tools Guide
Explore all 62+ tools available to agents
Example Prompts
100+ copy-paste prompts for common tasks
Multi-Agent System
Deep dive into the 10-agent architecture
Agent Backend API
Technical API reference for developers
Troubleshooting
”I don’t see the agent console”
Solution:- Press
Cmd+/(Mac) orCtrl+/(Windows) to toggle the agent panel - Or navigate to
/workspacewhere the agent is always available - Check with your admin that agents are enabled for your organization
”The agent says it can’t access data”
Solution:- Verify you have permissions to view the data (check with your admin)
- Ensure you’re logged into the correct organization
- Try a more specific query with explicit portfolio names
”Tool execution failed”
Solution:- Check the error message - it usually explains what went wrong
- Common causes:
- Missing required data (e.g., no holdings for that date)
- Invalid date format (use YYYY-MM-DD)
- Permission issues (ask admin to assign appropriate role)
- Try rephrasing your question more simply
”The agent gives generic responses”
Solution:- Be more specific in your questions
- Include dates, portfolio names, tolerances
- Ask for concrete actions, not just information
- Example of improvement:
- ❌ “Tell me about NAV”
- ✅ “Show me NAV for Portfolio ABC on 2025-10-28"
"I want to undo what the agent did”
Solution:- Most agent actions are reversible
- Dashboards: Delete from dashboard catalog
- Workbooks: Close and don’t save
- Workflows: Cancel from workflow dashboard
- Database changes: Contact your admin for audit log review
Database writes cannot be undone automatically. The agent will ALWAYS show you a preview and ask for approval before making data changes. Review carefully!
Getting Help
- In-app help: Type
What can you do?in the agent console - Keyboard shortcuts: Press
Cmd+Shift+/to see all shortcuts - Documentation: Browse
/docsfor detailed guides - Support: Contact your OpsHub administrator or support@opshub.ai
Congratulations! You’re ready to start using OpsHub agents to automate your investment operations workflows.
- Start simple with read-only queries
- Review all drafts before approving
- Use specific, domain language for best results
- Ask for explanations when you need them
- Explore the 62+ available tools as you get comfortable
Next: Try the Agent Tools Guide to see all available automation capabilities, or jump to Example Prompts for 100+ ready-to-use queries.