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

# Connect to Claude Code via CLI

<Steps>
  <Step title="To connect to Claude Code install the CLI by running the following command in a normal Claude Code session.">
    ```text theme={null}
    Install the Enhance CLI and sign me in.

    Run: npm i -g @enhance-eng/enhance
    Then: enhance auth login

    Verify with: enhance auth status, enhance canvas list, and enhance doctor.
    Report the signed-in identity only after those checks succeed.
    ```

    <img src="https://mintcdn.com/enhance-labs/fAY0Nvg7rzj3wA8b/images/Enhance-cli-Install.png?fit=max&auto=format&n=fAY0Nvg7rzj3wA8b&q=85&s=406dc02619a4ff7b50b9f71771445274" alt="Enhance Cli Install" width="1600" height="1115" data-path="images/Enhance-cli-Install.png" />
  </Step>

  <Step title="Complete the sign-in page that opens in your browser to authenticate Enhance">
    <img src="https://mintcdn.com/enhance-labs/fAY0Nvg7rzj3wA8b/images/enhance-cli-auth-2.png?fit=max&auto=format&n=fAY0Nvg7rzj3wA8b&q=85&s=1c14cbbfce617e84d056ff5df9240f9d" alt="Enhance Cli Auth 2" width="1600" height="1115" data-path="images/enhance-cli-auth-2.png" />

    Once connected you should be able to ask Claude to start designing in Enhance
  </Step>
</Steps>
