# Co-Editing

Users who receive access to the container can open the same file and edit code simultaneously.

If another user is viewing the same file, a green indicator appears on the left side of the file tab. Additionally, the name of that user is displayed at the cursor position, allowing real-time tracking of the editing information.

If you prefer not to see the cursor of other users, you can uncheck the `[Project] > [Toggle Cursor Sharing]` option in the top Menu.


---

# 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/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.
