# Installing Template Content

## Available Content

AnyMMO includes over 100 template content packages, that are all prefixed with the name FishNet.

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

## Handling Conflicts

When installing template content, if there are 2 packages with the same name, but one is prefixed with FishNet, the FishNet version of the content should be installed, to ensure the content works in online play mode.

For example, in the screenshot below, there are 2 Bread Template Packages.  The one prefixed with FishNet should be installed, as the break pickup prefab, a type of *Interactable*, included in this package already has the *FishNetInteractable* component, and will work properly in online play.

<figure><img src="/files/4EbG97zeDxxTGPAdWCnH" 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.anyrpg.org/anymmo/getting-started/installing-template-content.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.
