# Team

## Team Interest Management

Team Interest Management provides for having networked objects only visible to those on the same Team, using a Network Team component on the player object and as well as networked objects that need to have their visibility restricted to a team.

### Setting Up

Add the **Team Interest Management** component to the same object as your **Network Manager**:

![](/files/qGvS3of9dv1faU1KTn1t)

Add a **Network Team** component to the player prefab and any other prefabs that will belong to a team.  Set the Team ID to the same value at runtime for players / objects on the same team.

![](/files/pKwXIyRQ09Ir9CFr4VNP)

Enable **Force Shown** on Player objects so they can be seen by players on other teams.

### Owner Only

By assigning a unique value to Team ID for each player and the objects only that client should see, you can achieve "Owner Interest Management" similar to the former Network Owner Checker.&#x20;


---

# 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://mirror-networking.gitbook.io/docs/manual/interest-management/team.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.
