Usage¶
Learn different ways to use janito.
Topics¶
- Interactive Mode - Chat with AI in an interactive shell
- Single Prompt - Run a single prompt and exit
- Logging - Enable debug logging and troubleshooting
Input Methods¶
janito supports multiple ways to provide input:
| Method | Command | Use Case |
|---|---|---|
| Single prompt | janito "question" |
Quick questions |
| Interactive chat | janito |
Multi-turn conversations |
| Pipe input | echo "text" \| janito |
Scripting, integration |
Next Steps¶
- Start with interactive mode for conversations
- Or learn about single prompt mode for scripts