Review Feedback and Act on It
- Open the Feedback page from the sidebar to see all sessions
- Use filters to narrow by status, tags, source, or date range
- Click a session to view the full conversation and extracted feedback
- If the automated pipeline missed something, click Create Issue to manually create an issue from the session, or link it to an existing issue
- Mark sessions as reviewed once you have processed them
The automated pipeline handles most of this for you. See Resource Ingestion for how sessions are processed automatically.
Configure Your Product Scopes
- Navigate to Product Scopes in the sidebar
- Create areas for permanent product domains (e.g., "Authentication", "Billing", "API")
- Create initiatives for time-bound efforts (e.g., "Q2 Mobile Launch", "Enterprise Tier")
- Add goals to each scope to define measurable outcomes
- The system automatically classifies incoming sessions and issues into the relevant scopes using graph evaluation
See Knowledge Graph for how scopes connect to other resources.
Set Up Knowledge Sources and Run Analysis
- Navigate to the Agents page from the sidebar
- Open the knowledge sources dialog and add your sources - codebase (GitHub repo), website URLs, documentation portals, or uploaded documents
- Click Run Analysis to trigger the multi-step pipeline
- The pipeline analyzes each source, compiles categorized knowledge packages, sanitizes sensitive data, and indexes everything for semantic search
- Review the compiled packages to verify accuracy and identify gaps
See Support Agent for how packages power the agent's responses.
Use the CLI for Day-to-Day Operations
Install and configure the CLI:
npm i -g hissuno
hissuno config
Common commands for listing, searching, and inspecting resources:
hissuno list feedback --source widget
hissuno search "login issues" --type issues
hissuno list issues --priority high
hissuno get issues iss_abc123
The CLI supports both interactive and non-interactive modes. See the CLI documentation for the full command reference.
Connect External Agents
- Install the Hissuno CLI:
npm install -g hissuno - Configure it with your API key and project ID
- Agents get access to search feedback, list issues, query knowledge, and ask Hissuno questions about your product
See the CLI documentation for setup instructions and available commands.