Next Steps
You've got a licensed 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 |
|---|---|
| See a live FNOL pipeline running immediately | Try the demo image |
| 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 |
| Rotate or reissue a licence | Contact Hoziron — see the carrier licence gate |
| Run diagnostics | hoziron-cli doctor — see Troubleshooting |
Useful commands to know
# Browse the package catalog
hoziron-cli catalog search "claims processing"
# Set up a channel (Slack, Teams, Discord, Telegram, MQTT)
hoziron-cli channel setup slack
# Run diagnostics and auto-fix common issues
hoziron-cli doctor --repair
# View daemon logs in real time
hoziron-cli logs --follow
# Check provider and platform health
hoziron-cli health
hoziron-cli status
# Check licence status (carrier, expiry, budget usage)
hoziron-cli licence status
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: