> For the complete documentation index, see [llms.txt](https://compassly.gitbook.io/compassly-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://compassly.gitbook.io/compassly-docs/core-modules/team-members/teams/view-teams.md).

# View Teams

**Audience:** Super Admin, Admin, Supervisor, Clinician\
**Page type:** Task guide\
**Status:** Draft\
**Owner:** Compassly Documentation Team\
**Last verified:** 2026-04-06

## Purpose

Use this guide to open the teams list, search by title, and filter the list by assigned team members.

## Before you start

* You must be signed in to Compassly.
* You must be able to access **Teams**.

## How to get there

1. Open **Team members** in the left navigation.
2. Select **Teams**.

## Steps

1. Open the **Teams** page.
2. Review the teams table.
3. Use the **Search** field to search by team title.
4. Use the **Team members** dropdown to filter the list.
5. Use pagination controls if you need to move through more pages.
6. Open the **Action** menu or select a team title to continue to team management.

## What you will see

The table can include:

* **Title**
* **Location**
* **Address**
* **Action**

## Notes

* Team lists are shown in alphabetical order by title.
* Current UI shows search, filter, add, and action controls on this page.
* The current UI you provided does not show the team download control, so this guide follows the live screen you verified.

## Role differences

* **Super Admin, Admin, Supervisor, Clinician:** Can view teams.
* **Super Admin, Admin, Supervisor:** May also see add and edit options.
* **Super Admin:** May also see delete options.

## What happens next

After you find the correct team, you can open it to edit, review assigned team members, or delete it if your role allows it.

## Related guides

* [Add a New Team](/compassly-docs/core-modules/team-members/teams/add-new-team.md)
* [Edit a Team](/compassly-docs/core-modules/team-members/teams/edit-team.md)
* [Delete a Team](/compassly-docs/core-modules/team-members/teams/delete-team.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://compassly.gitbook.io/compassly-docs/core-modules/team-members/teams/view-teams.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
