# Beginner's Guide

- [Welcome](https://docs.yarnspinner.dev/2.3/beginners-guide/welcome.md): The three-step beginner's guide to learning the basics of Yarn Spinner.
- [Syntax Basics](https://docs.yarnspinner.dev/2.3/beginners-guide/syntax-basics.md): The first step in our three-step beginner's guide to Yarn Spinner: learning the syntax of Yarn with Try Yarn Spinner.
- [Writing Narratives](https://docs.yarnspinner.dev/2.3/beginners-guide/writing-narratives.md): The second step in our three-step beginner's guide to Yarn Spinner: writing Yarn scripts using the Yarn Spinner for Visual Studio Code Extension.
- [Using a Game Engine](https://docs.yarnspinner.dev/2.3/beginners-guide/making-a-game.md): The third step in our three-step beginner's guide to Yarn Spinner: making games in a game engine powered by Yarn.
- [Yarn Spinner for Unity](https://docs.yarnspinner.dev/2.3/beginners-guide/making-a-game/yarn-spinner-for-unity.md): The third step in our beginner's guide, focusing on getting up and running with Yarn Spinner for Unity.
- [Yarn Spinner for Godot](https://docs.yarnspinner.dev/2.3/beginners-guide/making-a-game/yarn-spinner-for-godot.md): The third step in our beginner's guide, focusing on getting up and running with Yarn Spinner for Godot.


---

# 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.3/beginners-guide.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.
