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

# Qwen Code

> Set up Qwen code-focused assistant

<Steps>
  <Step title="Run Qwen Code">
    ```bash theme={null}
    npx -y @qwen-code/qwen-code
    ```
  </Step>

  <Step title="Follow the login instructions">
    Complete the authentication flow as prompted. For more details, see the [official Qwen documentation](https://github.com/QwenLM/qwen-code).
  </Step>

  <Step title="Start Vibe Kanban">
    Once authenticated, launch Vibe Kanban:

    ```bash theme={null}
    npx vibe-kanban
    ```

    You can now select Qwen Code when creating task attempts.
  </Step>
</Steps>
