# Welcome

The Welcome sample is the launching point for the Yarn Spinner samples. It doesn't cover anything in of itself, it is a quick tour of every sample.

{% hint style="info" %}
You can learn how to add the Yarn Spinner for Samples to your project over at [Samples](/yarn-spinner-for-unity/samples.md).
{% endhint %}

![The Welcome Sample](/files/T4CB5zYDtq2ChUCEmb8u)

{% hint style="info" %}
While this isn't intended to be a sample you might be interested in checking out how the projector works as a custom dialogue presenter.
{% endhint %}

Welcome has Capsley standing in front of a projector showing slides of each sample in the package.\
Each sample is clustered into one of four categories:

* Basic
* Presenters
* Extending
* Advanced


---

# 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/yarn-spinner-for-unity/samples/intro.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.
