A game about forced loneliness, made by TACStudios
1# Develop application logic with Script Graphs
2
3Use Script Graphs to create interactions and logic in your project.
4
5## Create a graph file
6
7Create a graph file to get started. For more information, see [Create a new graph file](vs-create-graph.md).
8
9## Add and connect nodes
10
11After you have a graph file, [add a node](vs-add-node-to-graph.md) or [connect nodes together](vs-creating-connections.md) to build logic.
12
13## Create Subgraphs
14
15Reuse logic with [Subgraphs](vs-nesting-add-subgraph.md).
16
17## Debug your graphs
18
19You can [use relations](vs-relations.md) to help you debug your scripts, or use Visual Scripting's [predictive debugging](vs-debugging.md) to help you catch problems.