> 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/administration/system-settings/locations/view-location-list.md).

# View Location List

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

## Purpose

Use this page to review all locations that exist in Compassly and narrow the list with search, filters, and assignment dropdowns.

## Before you start

* You must be signed in to Compassly.
* You must have access to **System settings → Locations**.

## How to get there

1. Sign in to Compassly.
2. Select **System settings**.
3. Select **Locations**.

## Steps

1. Open the **Locations** page.
2. Review the main table. By default, locations are listed in alphabetical order by **Title**.
3. Use the **Search** field to search by location title.
4. Use the **Clients** dropdown to filter by:
   * specific clients
   * **All clients**
   * **Unassigned**
5. Use the **Team members** dropdown to filter by:
   * specific team members
   * **All team members**
   * **Unassigned**
6. Use the filter icon in each column header to sort or filter the table further.
7. Use pagination controls to move between pages or change how many rows appear on a page.

## What you will see

The table can include:

* **Title**
* **State**
* **City**
* **Street address**
* **Zip code**
* **Time zone**
* **Action**

## Role differences

* **Super Admin / Admin / Supervisor:** Can open the action menu and continue to create, edit, import, download, or delete based on role.
* **Clinician / Basic:** Can view the list and open location information, but cannot manage location records.

## What happens next

After you find the location you need, you can open it to review more details. If your role allows editing, you may also see edit or delete actions.

## Related guides

* [View Location Details](/compassly-docs/administration/system-settings/locations/view-location-details.md)
* [Add New Location](/compassly-docs/administration/system-settings/locations/add-new-location.md)
* [Download Locations](/compassly-docs/administration/system-settings/locations/download-locations.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/administration/system-settings/locations/view-location-list.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.
