# Member

{% hint style="info" %}
It is usually attached to the **Character** object so it's easy to access. However, you can decide to attach it to some other object or even have multiple characters.
{% endhint %}

## Overview

The Member component allows an object or character to:

* Join multiple factions at the start or dynamically during runtime.
* View and manage affiliations with various factions.
* Display status towards the player if the selected member is not the player.
* Handle reputation points if enabled for specific factions.

<div align="left"><figure><img src="/files/Z8r2OYKFp2sT2kJjINRR" alt=""><figcaption></figcaption></figure></div>

## Handling Reputation Points

If reputation points are enabled for a faction, the member’s actions can influence their status within that faction.

{% hint style="info" %}
Use the **Ignore Reputation Points** checkbox to exclude reputation points from affecting the member’s faction status.
{% endhint %}

## Live Debugging

### Active Factions

Displays the list of factions the member is currently part of.

Shows the current status (e.g., Friendly, Neutral, Hostile) and allows leaving the faction.

### Other Factions

Lists all other available factions.

Shows the relationship status and provides options to join the factions.

### Status Towards Player

If the selected member is not the player, the component will display the status of this member towards the player.

This helps in understanding the relationship dynamics from the member’s perspective.

<figure><img src="/files/mcKQDsFDJjKNrf4Dbngv" alt=""><figcaption></figcaption></figure>


---

# 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/member.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.
