> 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.md).

# System Settings

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

## Purpose

Use **System Settings** to manage system-wide setup areas such as **Locations**, **Services**, **Connections**, and **Roles**.

## Before you start

* You must be signed in to Compassly.
* You must be able to open **System settings** from the left navigation.
* Some System Settings sections may be limited by role.
* Some actions in these sections can affect multiple users across the system.

## What this section includes

* **Locations** — manage saved locations used across the system.
* **Services** — view, add, edit, delete, import, filter, and download service records.
* **Connections** — manage assignment relationships between clients, team members, locations, services, and teams.
* **Roles** — review or manage system roles and permissions when your role includes access to the Roles module.

## How to get there

1. Sign in to Compassly.
2. Select **System settings** from the left navigation.
3. Choose the System Settings submodule you need, such as **Services**.

## Role differences

* **Super Admin / Admin:** Can open all documented System Settings modules. Only these roles can access **Roles**.
* **Supervisor:** Can open **Services**, **Locations**, and **Connections**. Supervisors cannot access **Roles**.
* **Clinician / Basic:** Can open **Services** and **Locations** in the system-role permission matrix. They do not have access to **Connections** or **Roles**.

## What happens next

* Open **Services** to manage service records.
* Open the other System Settings modules available to your role.

## Related guides

* [Services](/compassly-docs/administration/system-settings/services.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.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.
