> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trynito.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# How It Works

> Use different models in your harness, incognito, without disrupting your existing workflow.

Type a Nito command and one call goes to Nito. Type anything else and your session behaves exactly as it always has.

## The Pieces

* **The plugin.** Enables Nito commands in Claude Code or Codex.
* **The `nito` command line tool.** Handles file attachments and Nito sessions. You install it once; it then installs the plugin for you.

## What Happens When You Type a Command

1. You type a Nito command in your session (for example `/nito:private <prompt>` in Claude Code)
2. The plugin routes that command through Nito to the chosen model
3. The response returns in your session

## What Happens When You Don't Call Nito

Ordinary messages to Claude Code or Codex behave exactly as they always have. Same model, same tools, same settings. Nothing routes through Nito unless you run a Nito command.

## What's Next

<CardGroup cols={2}>
  <Card title="Install in Claude Code" icon="download" href="/get-started/install-claude-code">
    Install, authorize, and run your first ask.
  </Card>

  <Card title="Install in Codex" icon="terminal" href="/get-started/install-codex">
    Install, authorize, and run your first ask.
  </Card>
</CardGroup>
