# Ecosystem

- [Editor Bindings](https://docs.yjs.dev/ecosystem/editor-bindings.md)
- [ProseMirror](https://docs.yjs.dev/ecosystem/editor-bindings/prosemirror.md): Shared Editing with the ProseMirror Editor
- [Tiptap](https://docs.yjs.dev/ecosystem/editor-bindings/tiptap2.md)
- [Monaco](https://docs.yjs.dev/ecosystem/editor-bindings/monaco.md)
- [Quill](https://docs.yjs.dev/ecosystem/editor-bindings/quill.md)
- [CodeMirror](https://docs.yjs.dev/ecosystem/editor-bindings/codemirror.md)
- [Remirror](https://docs.yjs.dev/ecosystem/editor-bindings/remirror.md)
- [Milkdown](https://docs.yjs.dev/ecosystem/editor-bindings/milkdown.md)
- [Connection Provider](https://docs.yjs.dev/ecosystem/connection-provider.md): Connection providers handle syncing with the network
- [y-websocket](https://docs.yjs.dev/ecosystem/connection-provider/y-websocket.md): WebSocket Provider for Yjs that ships with a extendable server implementation
- [y-webrtc](https://docs.yjs.dev/ecosystem/connection-provider/y-webrtc.md)
- [y-dat](https://docs.yjs.dev/ecosystem/connection-provider/y-hyper.md)
- [Database Provider](https://docs.yjs.dev/ecosystem/database-provider.md): Database providers sync documents to a database
- [y-indexeddb](https://docs.yjs.dev/ecosystem/database-provider/y-indexeddb.md): IndexedDB database provider for Yjs
- [y-leveldb](https://docs.yjs.dev/ecosystem/database-provider/y-leveldb.md)
- [y-redis](https://docs.yjs.dev/ecosystem/database-provider/y-redis.md)
- [Other](https://docs.yjs.dev/ecosystem/other.md)
- [y-protocols](https://docs.yjs.dev/ecosystem/other/y-protocols.md)
- [Ports to other languages](https://docs.yjs.dev/ecosystem/ports-to-other-languages.md): Yjs has been ported to other languages.


---

# 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.yjs.dev/ecosystem.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.
