> For the complete documentation index, see [llms.txt](https://docs.manyfast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manyfast.io/en/collaborate/real-time.md).

# Real-time Editing

Manyfast provides a collaborative environment where team members can edit the same project together and see each other's activity in real time.

### 1. Concurrent editing and activity awareness

1. Active Members: Hover over the Member profile icons in the top-right corner to see which teammates are currently connected in real time.
2. Live cursors: See where other connected Members are editing through their mouse cursors and name tags shown in real time.
3. Selection highlighting: When another Member selects a node or text, that area is highlighted in the Member's unique color to prevent overlapping work.

### 2. Reflecting and syncing changes

* All edits are saved to the server instantly — no separate save button is required.
* When multiple people edit the same sentence simultaneously, the most recent edit becomes the final version.
* If edits do not appear immediately due to network conditions, refresh the page to reload the latest data from the server.

{% hint style="info" %}
TIP: For large structural changes or important decisions, use the ['Comments'](/en/collaborate/comment.md) feature to discuss first and then edit — this makes collaboration much more efficient.
{% endhint %}

{% hint style="warning" %}
Real-time collaboration is currently being improved. We are continuously refining it to deliver a stable experience.
{% endhint %}


---

# 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:

```
GET https://docs.manyfast.io/en/collaborate/real-time.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.
