> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.4/about/github-repositories.md).

# GitHub Repositories

There are several official Yarn Spinner GitHub repositories:

* **Yarn Spinner Core** — [YarnSpinnerTool/YarnSpinner](https://github.com/YarnSpinnerTool/YarnSpinner)
  * This is the core of Yarn Spinner, and all other elements depend on this in some way. You probably never need to touch this yourself.
* **Yarn Spinner for Unity** — [YarnSpinnerTool/YarnSpinner-Unity](https://github.com/YarnSpinnerTool/YarnSpinner-Unity)
  * This is the components of Yarn Spinner that relate to the Unity integration. This is likely to be something that you install via Unity's Package Manager, but never download directly.
* **Yarn Spinner for Unreal** — [YarnSpinnerTool/YarnSpinner-Unreal](https://github.com/YarnSpinnerTool/YarnSpinner-Unreal)
  * This is the components of Yarn Spinner that relate to the Unreal integration. This is currently an experimental labs project, but is scheduled for a supported release in late-2023
* **Yarn Spinner for Godot** — [YarnSpinnerTool/YarnSpinner-Godot](https://github.com/YarnSpinnerTool/YarnSpinner-Godot)
  * This is the components of Yarn Spinner that relate to the Godot C# integration. This is an experimental labs project, and is not officially supported yet.
* **Yarn Spinner for Rust** — [YarnSpinnerTool/YarnSpinner-Rust](https://github.com/YarnSpinnerTool/YarnSpinner-Rust)
  * This is the components of Yarn Spinner that relate to the Rust and Bevy integration. This is an experimental labs project, and is not officially supported yet.
* **Yarn Spinner Console** (`ysc`) — [YarynSpinnerTool/YarnSpinner-Console](https://github.com/YarnSpinnerTool/YarnSpinner-Console)
  * The Yarn Spinner command-line tool, for working with `.yarn` files on the command-line.
* **Visual Studio Code Extension** — [YarnSpinnerTool/VSCodeExtension](https://github.com/YarnSpinnerTool/VSCodeExtension)
  * This is the VS Code extension for Yarn Spinner. You're likely to install this via the VS Code Extensions system.


---

# 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.yarnspinner.dev/2.4/about/github-repositories.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.
