# 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.
* **Yarn Spinner Unity** — [YarnSpinnerTool/YarnSpinner-Unity](https://github.com/YarnSpinnerTool/YarnSpinner-Unity)
  * This is the components of Yarn Spinner that relate to the Unity integration
* **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.

We also host several other public GitHub repositories related to Yarn Spinner:

* **Experimental Editor** - [YarnSpinnerTool/ExperimentalYarnSpinnerEditor](https://github.com/YarnSpinnerTool/ExperimentalYarnSpinnerEditor)
  * This is an experimental editor created by a student team. It may, or may not, be maintainted in the future. It targets Yarn Spinner 2.0.
* **Classic Yarn Editor** - [YarnSpinnerTool/YarnEditor](https://github.com/YarnSpinnerTool/YarnEditor)
  * This is the Classic Yarn Editor, and is not supported by Yarn Spinner.


---

# 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.0/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.
