# Terminal

goormIDE provides a built-in terminal, so developers who are comfortable with commands can use it to perform advanced tasks.

By default, the terminal is available as the Terminal tab in the bottom layout of the goormIDE interface. To open it in a new window, go to **\[Window] > \[New Terminal Window]** or press the default shortcut **`Alt + Shift + T (Mac: ⌥⇧T)`**.&#x20;

A new terminal window will appear in your workspace. The terminal window does not persist when you refresh goormIDE.

You can open the Terminal in a new window by right-clicking on a folder in the Project Explorer and clicking the **\[Open Terminal with this location]** menu, which will automatically take you to the folder.

![](/files/-Lvykpz-psuBQia28h8J)

※ As a docker container-based service, goormIDE does not support system privileges for containers due to security policy. Therefore, commands that access system resources such as **`ufw, systemctl, docker`**(docker in docker) cannot be used.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.goorm.io/en/goormide/workspace/terminal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
