# NetworkBehaviours Introduction

NetworkBehaviour is the base class provided by FishNet that is like a MonoBehaviour, but allows you to make API calls and synchronize state over the network.

AnyMMO adds several NetworkBehaviours to the game.  By placing these components on the correct prefabs, the objects will function as expected when used in an online game.

Some Wizards, like the New Character Wizard, will do this for you.  If you use the Template Content Wizard to install content with the prefix *FishNet*, any prefabs installed will already have the correct NetworkBehaviours on them.

Read on to discover which NetworkBehaviours are available, and which prefabs they must be placed on.


---

# 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.anyrpg.org/anymmo/networkbehaviours/networkbehaviours-introduction.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.
