# Manage your team

In Quadratic, you are placed in a **Team** by default, even if it's just you.&#x20;

You can add and switch which **Team** you're working with from the **Teams** selection menu in the top left of your dashboard.&#x20;

<figure><img src="/files/nniaEeZTQLtccEBDWBBO" alt="" width="563"><figcaption></figcaption></figure>

## Add team members

You can view your team members from the Members tab on your team's dashboard. You can also add, remove, and edit their permissions from here.&#x20;

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

## Team permissions&#x20;

By default, members of your team(s) will have access to all of your sheets within the team.&#x20;

You set each member's team permissions. These permissions are global to your team and apply to all spreadsheets within that team.&#x20;

* **Owner:** creator of the team, can add and remove members, edit all files, create and remove connections.
* **Editor:** can edit all files and access all connections but cannot add or remove members and cannot edit or remove connections.
* **Viewer:** can view all files but not edit files, cannot add and remove members, and cannot add, edit, or remove connections.

To edit permissions, open the Members tab and make your changes to each user's permissions.&#x20;

## Manage your connections

Manage your connections from the Connections tab. Connections are a direct connection to databases, data warehouses, etc.

Learn more about SQL and connections [here](/connections/sql-getting-started.md).&#x20;

<figure><img src="/files/ZB7lgZrUw7rBKFPyWC5i" alt="" width="563"><figcaption></figcaption></figure>

## Rename your team

Navigate to the **Settings** tab and change your team name.&#x20;

<figure><img src="/files/YctHilxxDIQ4ZwJNmJ0m" 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.quadratichq.com/teams/manage-your-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.
