# Getting Started

Use this section when you want the shortest path from a new project setup to a working Flow Core result.

Start here if you are new to Flow Core, returning after installation, or deciding whether your first graph should be built visually or triggered from code.

## Start With

| If you want to...                                                  | Read                                                                                                |
| ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| Build the first visual result and understand the recommended route | [Start Here](/flow-core-docs/documentation/getting-started/start-here.md)                           |
| Trigger a graph from gameplay code after learning the visual path  | [Run Flow Core from Code](/flow-core-docs/documentation/getting-started/run-flow-core-from-code.md) |

## Pages

* [Start Here](/flow-core-docs/documentation/getting-started/start-here.md): Choose the beginner path, build toward the Hello Flow Core result, and know what to read next.
* [Run Flow Core from Code](/flow-core-docs/documentation/getting-started/run-flow-core-from-code.md): Use the supported code-triggered path when a C# system must call into a graph.


---

# 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/getting-started.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.
