> For the complete documentation index, see [llms.txt](https://docs.fullscreen.no/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullscreen.no/info/game-creator-2-assets/nodeflow/setup-guide.md).

# Setup Guide

1. [Setup and install Game Creator 2](https://docs.gamecreator.io/gamecreator/getting-started/installation/)
2. Download and install any NodeFlow modules from the package manager
3. Then you can [install the example content](#installing-the-example-content)

***

## Updating NodeFlow Modules

When updating NodeFlow, we recommend uninstalling the current version before installing a newer release.

Uninstalling NodeFlow will also uninstall all installed NodeFlow modules, including modules such as:

* NodeFlow Quest
* NodeFlow Dialogue

Because NodeFlow modules are designed to work together, it is recommended to keep all modules updated to the same version.

### How to Uninstall

Go to the Unity toolbar:

`Game Creator > Uninstall > NodeFlow`

After uninstalling, you can safely install the latest versions of NodeFlow and its modules.

***

### Installing the Example Content

To install example content for any NodeFlow modules

1. Open the Game Creator Install Window:\
   `Game Creator > Install…`
2. In the list, locate any examples from any of the **NodeFlow** modules and check the box for **Examples**.
3. Click **Install** to add the examples to your project.

***

### Example Location

Once installed, you can find the example content here:\
`Plugins/GameCreator/Installs/NodeFlow Module.Examples@1.0.0/`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fullscreen.no/info/game-creator-2-assets/nodeflow/setup-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
