Skip to content

πŸš€ Using Janito: Quickstart & Basic Usage

This guide shows you how to start using Janito after installation. For an overview of Janito, see the Introduction. For setup instructions, see the Installation Guide.

πŸ’‘ Quickstart

After installing Janito, you can use it from the command line or launch the web interface:

Run a One-Off Prompt

janito "Refactor the data processing module to improve readability."

Start the Interactive Chat Shell

janito

Launch the Web Interface

janito --web

πŸ“ Basic Usage Tips

  • Use natural language to describe what you want Janito to do (e.g., "Add type hints to all functions in utils.py").
  • In the chat shell, use /help for available commands.
  • Use CLI flags to customize behavior (see CLI Options).

πŸ“š More Resources