Next Steps
You've got a running instance and an agent responding to messages. Here's where to go from here, depending on what you're trying to do.
Common next tasks
| I want to... | Guide |
|---|---|
| Deploy to production | Deployment guides |
| Set up authentication | Authentication guide |
| Connect to a database | Database integration |
| Build a custom competency | Competency authoring |
| Create a multi-agent workflow | Creating workflows |
| Use local models (Ollama/vLLM) | Local models guide |
| Browse and install packages | Catalog guide |
| Set up monitoring | Observability guide |
| Run diagnostics | hoziron doctor — see Troubleshooting |
Useful commands to know
# Browse the package catalog
hoziron catalog search "claims processing"
# Set up a channel (Slack, Teams)
hoziron channel setup slack
# Run diagnostics and auto-fix common issues
hoziron doctor --repair
# View daemon logs in real time
hoziron logs --follow
# Check provider health
hoziron health
Explore the documentation
- Guides — Task-oriented walkthroughs for every major feature
- Reference — CLI commands, API endpoints, config schema
- Architecture — Understand how Hoziron works under the hood
- FAQ — Quick answers to common questions
Related: