> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.unity/yarn.unity.dialoguerunner/yarn.unity.dialoguerunner.startnode.md).

# startNode

Field in [DialogueRunner](/3.1/api/csharp/yarn.unity/yarn.unity.dialoguerunner.md)

## Summary

The name of the node that will start running immediately after loading.

```csharp
public string startNode = "Start";
```

## Remarks

This value must be the name of a node present in [YarnProject](/3.1/api/csharp/yarn.unity/yarn.unity.dialoguerunner/yarn.unity.dialoguerunner.yarnproject.md) .

## See Also

* [DialogueRunner.YarnProject](/3.1/api/csharp/yarn.unity/yarn.unity.dialoguerunner/yarn.unity.dialoguerunner.yarnproject.md): Gets the [YarnProject](/3.1/api/csharp/yarn.unity/yarn.unity.dialoguerunner/yarn.unity.dialoguerunner.yarnproject.md) asset that this dialogue runner uses.
* [DialogueRunner.StartDialogue(string)](/3.1/api/csharp/yarn.unity/yarn.unity.dialoguerunner/yarn.unity.dialoguerunner.startdialogue.md): Starts running a node of dialogue.
