# Components

- [Dialogue Runner](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/dialogue-runner.md): Learn about the Dialogue Runner, which runs the contents of your Yarn Scripts and delivers lines, options and commands to your game.
- [Dialogue Views](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/dialogue-views.md): Learn about Dialogue Views, which present dialogue content to the user.
- [Line View](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/dialogue-views/line-view.md): Learn about Line View, a Dialogue View that displays a single line of dialogue on a Canvas.
- [Options List View](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/dialogue-views/options-list-view.md): Learn about Options List View, a Dialogue View that displays a list dialogue options.
- [Option View](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/dialogue-views/option-view.md): Learn about Options View, a component used to display an option in an Options List View.
- [Creating Custom Dialogue Views](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/dialogue-views/custom-dialogue-views.md): Learn how to create Dialogue Views that are designed for the specific needs of your game.
- [Variable Storage](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/variable-storage.md)
- [In-Memory Variable Storage](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/variable-storage/in-memory-variable-storage.md)
- [Custom Variable Storage Components](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/variable-storage/custom-variable-storage.md)
- [Line Provider](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/line-provider.md)
- [Text Line Provider](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/line-provider/text-line-provider.md)
- [Markup Palette](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-godot/components/markup-palette.md): Learn about Markup Palettes, which allow you to make color presets for markup in your dialogue.


---

# 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.4/using-yarnspinner-with-godot/components.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.
