# Intro

After you've worked through the Beginner's Guide, the Intro Sample is a great place to go next.

Intro is a simple conversation featuring branching, variables, localisation, a themed Line View and Option View, and voice-over.

## Structure of the scene

To understand the Intro Sample, open it and take a look at the Hierarchy:

<figure><img src="https://1350824522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MUzduXovTOfMmBpZ0Wi%2Fuploads%2Fm9O8KoP5s09ajBefhOQS%2FScreenshot%202023-11-29%20at%204.47.37%E2%80%AFpm.png?alt=media&#x26;token=411766b0-f2da-4ac8-91da-1436a9ae5340" alt="" width="509"><figcaption></figcaption></figure>

You'll find the following:

* **Dialogue Runner** — a GameObject with a [dialogue-runner](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-unity/components/dialogue-runner "mention"), an [audio-line-provider](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-unity/components/line-provider/audio-line-provider "mention"), and a script to allow the game to be quit attached to it.
  * The [dialogue-runner](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-unity/components/dialogue-runner "mention") is a Component supplied by the Yarn Spinner for Unity Package.
  * The [audio-line-provider](https://docs.yarnspinner.dev/2.4/using-yarnspinner-with-unity/components/line-provider/audio-line-provider "mention") is a Component supplied by the Yarn Spinner for Unity Package.
