# Community Projects

Community projects are written by our wonderful community. These are not supported or maintained by the Yarn Spinner team, but you might find them useful.

{% hint style="danger" %}
If you've written a high-quality project that works with Yarn Spinner, please get in touch via [Twitter](https://twitter.com/YarnSpinnerTool) or [Discord](https://discord.gg/yarnspinner)! We'd love to show it off. ❤️
{% endhint %}

* [Yarn Spinner Language Server](https://github.com/pappleby/YarnSpinnerLanguageServer), by [pappleby](https://github.com/pappleby): An implementation of a Language Server for the Yarn Spinner compiler, designed for use with Visual Studio and Visual Studio Code.
* [Crochet](https://github.com/FaultyFunctions/Crochet), by [FaultyFunctions](https://github.com/FaultyFunctions/): A visual editor for writing Yarn script.
* [GDYarn](https://github.com/kyperbelt/GDYarn), by [Kyperbelt](https://github.com/kyperbelt/): An implementation of the Yarn Spinner compiler in GDScript.
* [Wol](https://github.com/bram-dingelstad/Wol), by [Bram Dingelstad](https://github.com/bram-dingelstad/): An implementation of Yarn Spinner for the [Godot](http://godotengine.org) game engine, based on GDYarn.
* [Yarn Loom](https://github.com/TranquilMarmot/YarnLoom), by [TranquilMarmot](https://github.com/TranquilMarmot): A Visual Studio Code extension that embeds the Yarn Classic editor.


---

# 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.yarnspinner.dev/2.1/about/community-projects.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.
