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

# Terminal

> Kombai can run terminal operations to install dependencies and set up a new repo. It also automatically fixes any errors found while running the terminal operation.

<Note>
  Kombai, by default, uses the Git Bash Terminal profile for Windows. In case,
  your system doesn't have Git Bash, it will revert to Powershell.
</Note>

## Continue

Terminal command box sometimes show the **Continue** button. It appears when the terminal operation is non-terminating, e.g., `npm run dev`. It also appears when it takes more than 3 seconds to run the operation, e.g, dependencies installation that takes more than 3 seconds.

In such cases, you can click on the **Continue** button to continue further in the chat and the process will run in the background. Sometimes, Kombai may require the terminal operation to completely execute before proceeding further in the chat. In such cases, it will keep checking the terminal status.

## Auto-run terminal operations

There are two ways to turn on auto-run terminal operations:

<AccordionGroup>
  <Accordion title="Through quick settings">
    1. Click the <Icon icon="gear" size={18} /> icon in Kombai's top menubar.
    2. Turn on the **Auto run all commands** toggle from the **General Settings** tab.
  </Accordion>

  <Accordion title="Through terminal command box">
    1. When a terminal command is run, click **Ask Every Time** on the bottom left of the terminal command box.
    2. Select **Auto run all commands** from the dropdown.
  </Accordion>
</AccordionGroup>
