# Factions

## Overview

The **Factions** module for **Game Creator 2** offers a comprehensive system for managing factions, reputation, and dynamic relationships within your game.

{% embed url="<https://youtu.be/xgJqFDh_ias>" fullWidth="false" %}

{% hint style="success" %}
Play the [**Demo**](https://hjupter.itch.io/factions) now!
{% endhint %}

## Key features <a href="#key-features" id="key-features"></a>

* Easy faction setup and management
* Dynamic reputation system
* Faction variables
* Event-driven system for faction interactions
* Full multiplayer support with Photon Unity Networking
* Built-in Scoreboard and UI components
* Visual scripting integration with Game Creator 2

{% hint style="success" %}
All actions and conditions are compatible with other Game Creator modules.
{% endhint %}


---

# 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://docs.ninjutsugames.com/game-creator-2/factions.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.
