# Tutorials

Use this section when you want guided, end-to-end steps that produce a result you can verify in Unity.

Tutorials are the right place to learn a workflow for the first time. They are intentionally more linear than how-to guides and more hands-on than concept pages.

## Start With

| If you want to...                                                                 | Read                                                                                                  |
| --------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| Build the first no-code visual graph and see Console output                       | [First 15 Minutes](/flow-core-docs/documentation/tutorials/first-15-minutes.md)                       |
| Understand how a graph asset, scene object, process, and Blackboard work together | [Run a Flow Graph in a Scene](/flow-core-docs/documentation/tutorials/run-a-flow-graph-in-a-scene.md) |

## Pages

* [First 15 Minutes](/flow-core-docs/documentation/tutorials/first-15-minutes.md): Create a Hello Flow Core graph with a `Start` Trigger, local Blackboard string, Action node, and Console verification.
* [Run a Flow Graph in a Scene](/flow-core-docs/documentation/tutorials/run-a-flow-graph-in-a-scene.md): Bind a graph to a scene object and let Unity lifecycle events start it.


---

# 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://flow-core.gitbook.io/flow-core-docs/documentation/tutorials.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.
