> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/en/goormide/workspace/file-management/move.md).

# Move

Move the file/folder to another location. \
However, if the location is unavailable, it will not be moved, and if there are files/folders with the same name, they may be overwritten or merged.&#x20;

To move a file/folder, right-click the file/folder you want to move in the project explorer on the left layout of goormIDE and click the **\[Move]** menu.&#x20;

In the **\[Move File]** pop-up window that appears, select the location to move with the mouse or directional keys and click the **`OK`** button to update the project explorer and move the file/folder.&#x20;

Alternatively, drag the files/folders you want to move and drop them where you want to move them.

If you move a file that is already open in the workspace, the editor will close and reopen. If you are in an editing state, you can choose to save or not.

<figure><img src="/files/1knBKtgncgn94TAz6LNa" alt="" width="563"><figcaption></figcaption></figure>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.goorm.io/en/goormide/workspace/file-management/move.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
