# Teams

## Purpose of This Page <a href="#purpose-of-this-page" id="purpose-of-this-page"></a>

The Teams page is used to group internal users into functional or operational units within your company. These teams represent internal departments or working groups and are not independent organizations.

Like partners, teams are operated under the headquarters and share the same company structure, data ownership, and governance rules. They are commonly used to represent departments such as:

* Sales
* Engineering
* Project Management
* Operations

By organizing users into teams, you can streamline internal workflows, clearly define responsibilities, and improve coordination.

## What You Can Do Here <a href="#what-you-can-do-here" id="what-you-can-do-here"></a>

From the Teams page, headquarters users can perform the following actions:

* View all internal teams displayed as individual cards
* Create new teams under the headquarters structure
* Open detailed views for each team
* Track team-level project activity and workload
* Manage team members and assign roles
* Suspend partners or member that are no longer active or needed if the role is team lead

## How It Works <a href="#how-it-works" id="how-it-works"></a>

Teams are created within the Organization section and are always managed under the headquarters structure. They do not function independently and cannot exist outside your main organization.

Each team is represented by a card that displays high-level information at a glance, including:

* Team name
* Total number of projects owned by the team
* Team creation date
* Current status (Active or Suspended)

Selecting a team card opens the **Team Details** page, which is organized into three main tabs:

{% hint style="info" %}
Every team member can view the partner's card and their team card in the organization page.
{% endhint %}

{% hint style="info" %}
On the *Settings > Company > Users* page, teams can only see their own members.
{% endhint %}

### Overview <a href="#overview" id="overview"></a>

Provides a summary of the members, team’s activity, project ownership, and general information.

### Members <a href="#members" id="members"></a>

Allows you to add or remove users, define team membership, and manage user roles and responsibilities within the team.

### Settings <a href="#settings" id="settings"></a>

Enables configuration of team-specific options such as status management and team name.

All team data remains fully connected to the headquarters, ensuring centralized ownership and consistent access control.

## Team Permissions & Visibility <a href="#team-permissions-and-visibility" id="team-permissions-and-visibility"></a>

* **Company Documents**
  * Teams **can view** all company documents.
  * They **can’t add or delete** documents.
  * Documents can **only be downloaded**.
* **Contacts**
  * Teams can view **contacts created by the partner**.
  * Teams can create and view **their own contacts**.
  * Contacts created by **other teams or owned by the headquarters** are not visible.
* **Projects & Leads**
  * Teams can view:
    * Projects and leads **they created**
    * Projects and leads **assigned to them**
    * Projects and leads related to **their partner**
  * Teams **can’t view** projects or leads belonging to other teams or owned by the headquarters
* **Materials**
  * On the Materials page, teams can see **only active materials**.
  * Teams **can’t activate or deactivate** materials and **cannot edit** their details.
* **Team Admin Role**
  * A Team Admin can invite **all users except Headquarters users**.
* **Account & Integrations**
  * Teams **cannot view or manage** the main account’s **subscription**.
  * Teams **cannot view or manage** the main account’s **integration**.

## Team Suspension Behavior <a href="#team-suspension-behavior" id="team-suspension-behavior"></a>

When a team is suspended:

* The team can no longer create new projects
* Team members lose access to the team’s existing projects

{% hint style="info" %}
Before suspending the whole team, you can choose to reassign all users to another team, either with the same role or a different role.
{% endhint %}

* All projects, leads, and related assets are automatically transferred to the headquarters, and this action can not be undone

This ensures business continuity while allowing you to deactivate unused or inactive teams safely.

{% hint style="info" %}
If the team is reactivated, projects, leads, or assets cannot be reassigned to the same team.
{% endhint %}

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

Using the Teams page enables you to achieve:

* A clear and scalable internal team structure
* Better project ownership and responsibility distribution
* Centralized control under the headquarters
* Improved visibility into internal activity and performance

***

## Related Pages <a href="#related-articles" id="related-articles"></a>

* [Company Settings Page](/configuration/settings-page/company-settings.md)
* [Organization Page](/configuration/organization-page.md)
* [Partners Page](/configuration/organization-page/partners.md)
* [Headquarters Page](/configuration/organization-page/headquarters.md)
* [Active Materials Page](/configuration/materials-page/active-materials.md)

For more assistance, don’t hesitate to [get in touch.](https://www.solarvis.co/en/company/contact)


---

# 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.solarvis.co/configuration/organization-page/teams.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.
