# Multiplayer collaboration

The entire Hatch Apps ecosystem has been built to support multiplayer collaboration. Like a Google Doc or Figma file, organizations can collaborate in real-time by viewing who's in the platform and what they are specifically doing.&#x20;

* **Avatar**: User avatars appear on the top of the page. You only see other users on the same page as you.&#x20;
* **Cursor**: Users cursors are visible and correspond to the color of their avatar. The user name appears next to the cursor.&#x20;
* **Products**: Users can continue to collaborate within individual products. Specifically for drag-and-drop functions, users can make changes to an app together.&#x20;

<figure><img src="/files/2yKtFiFIdI5ZgCQfFqTR" alt=""><figcaption></figcaption></figure>


---

# 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://docs.hatchapps.com/platform/account/multiplayer-collaboration.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.
