# Collaboration

- [Real time collaboration](https://docs.rowsncolumns.app/collaboration/real-time-collaboration.md): Built for real-time editing and viewing of Spreadsheets
- [Yjs (CRDT) Collaboration](https://docs.rowsncolumns.app/collaboration/yjs-collaboration.md): Add real-time collaboration to Spreadsheet 2 using Yjs
- [ShareDB (OT) Collaboration](https://docs.rowsncolumns.app/collaboration/sharedb-collaboration.md): Real-time collaboration using ShareDB
- [Loro (CRDT) Collaboration](https://docs.rowsncolumns.app/collaboration/loro-collaboration.md): Real-time collaboration using Loro CRDTs
- [Supabase (OT) Collaboration](https://docs.rowsncolumns.app/collaboration/supabase-realtime-collaboration.md): Add real-time collaboration to Spreadsheet using Supabase with PostgreSQL persistence


---

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