# Sample Project

{% hint style="success" %}
To help you understand how to use UI Storyboard, we're sharing a sample project on Github.
{% endhint %}

{% embed url=" " %}<https://github.com/kwan3854/UnityUIStoryboardSample> Unity UI Storyboard Sample Project

* A sample project that implements and applies the sample code described in this article.
* The UI assets used to demonstrate the artist's UI/UX design are, [available on the Unity Asset Store](https://assetstore.unity.com/packages/2d/gui/gui-neon2-290592)and are not included in this sample project repository. (UI images may not display correctly, but the logic is still playable and demonstrable.)
* To explore the sample project, you can clone the repository in its entirety and run it in the Unity Editor.


---

# 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://kwanjoong-dev.gitbook.io/unity-ui-storyboard/en/readme/sample-project.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.
