# 동시 편집

컨테이너를 공유받아 함께 사용하는 사용자들은 같은 파일을 열어 동시에 코드를 편집할 수 있습니다.

같은 파일을 보고 있는 다른 사용자가 있다면 에디터의 탭 왼쪽에 초록색 불이 들어옵니다. 그리고 커서 위치에 해당 사용자의 이름이 나타나 편집하고 있는 곳을 실시간으로 확인할 수 있습니다.

만약 다른 사용자의 커서를 보고 싶지 않다면 상단 메뉴에서 `[프로젝트]` → `[커서 공유 토글]` 체크를 해제하세요.


---

# 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/ko/goormide/workspace/collaboration/co-editing.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.
