> 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/program-library.md).

# Program Library

Program Library

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

### Purpose

Use the Program Library to create, organize, and manage reusable program content in Compassly. This section is the starting point for maintaining the building blocks that support client programming, reporting, and related downstream workflows.

### What this section includes

The Program Library currently includes these areas:

* **Maladaptives:** Manage maladaptive behavior templates and related descriptions.
* **Domains:** Manage high-level program categories.
* **Subdomains:** Organize content within domains.
* **Target Skills:** Manage target skill records used in client programming and reporting.

### Before you start

Before working in the Program Library, confirm the following:

* You are signed in to Compassly.
* You can see **Program Library** in the left navigation.
* Your role includes access to the page or action you need.
* Some actions may be view-only or unavailable based on your role.
* Certain actions in one subsection may depend on records that exist in another subsection.

### How to get there

1. Sign in to Compassly.
2. In the left navigation, select **Program Library**.
3. Choose one of the available subsections:
   * **Maladaptives**
   * **Domains**
   * **Subdomains**
   * **Target Skills**

### What you can do here

Depending on the subsection and your role, you can:

* view existing library items
* search and filter list results
* open item details
* create new records
* edit existing records
* delete records
* import records in bulk

### Role differences

* **Super Admin:** Can view, create, edit, import, download, clone to client where supported, and delete Program Library records across all subsections.
* **Admin:** Can view Program Library lists and details across all subsections. Admins can clone maladaptives and target skills to clients, but cannot create, import, edit, or delete Program Library records in these subsections.
* **Supervisor / Clinician:** Can view Program Library lists and details across all subsections. Supervisors and Clinicians can also clone maladaptives and target skills to clients, but cannot create, import, edit, or delete Program Library records.
* **Basic:** Does not have access to the Program Library.

### Common tasks

Start with the subsection that matches the task you need to complete.

#### Maladaptives

* [Maladaptives overview](/compassly-docs/core-modules/program-library/maladaptives.md)
* [View Maladaptive List](/compassly-docs/core-modules/program-library/maladaptives/view-maladaptive-list.md)
* [View Maladaptive Details](/compassly-docs/core-modules/program-library/maladaptives/view-maladaptive-details.md)
* [Add New Maladaptive](/compassly-docs/core-modules/program-library/maladaptives/add-new-maladaptive.md)
* [Edit Maladaptive](/compassly-docs/core-modules/program-library/maladaptives/edit-maladaptive.md)
* [Delete Maladaptive](/compassly-docs/core-modules/program-library/maladaptives/delete-maladaptive.md)
* [Import Maladaptives](/compassly-docs/core-modules/program-library/maladaptives/import-maladaptives.md)

#### Domains

* [Domains overview](/compassly-docs/core-modules/program-library/domains.md)
* [View Domain List](/compassly-docs/core-modules/program-library/domains/view-domain-list.md)
* [View Domain Details](/compassly-docs/core-modules/program-library/domains/view-domain-details.md)
* [Add New Domain](/compassly-docs/core-modules/program-library/domains/add-new-domain.md)
* [Edit Domain](/compassly-docs/core-modules/program-library/domains/edit-domain.md)
* [Delete Domain](/compassly-docs/core-modules/program-library/domains/delete-domain.md)

#### Subdomains

* [Subdomains overview](/compassly-docs/core-modules/program-library/subdomains.md)
* [View Subdomain List](/compassly-docs/core-modules/program-library/subdomains/view-subdomain-list.md)
* [View Subdomain Details](/compassly-docs/core-modules/program-library/subdomains/view-subdomain-details.md)
* [Add New Subdomain](/compassly-docs/core-modules/program-library/subdomains/add-new-subdomain.md)
* [Edit Subdomain](/compassly-docs/core-modules/program-library/subdomains/edit-subdomain.md)
* [Delete Subdomain](/compassly-docs/core-modules/program-library/subdomains/delete-subdomain.md)

#### Target Skills

* [Target Skills overview](/compassly-docs/core-modules/program-library/target-skills.md)
* [View Target Skill List](/compassly-docs/core-modules/program-library/target-skills/view-target-skill-list.md)
* [View Target Skill Details](/compassly-docs/core-modules/program-library/target-skills/view-target-skill-details.md)
* [Add New Target Skill](/compassly-docs/core-modules/program-library/target-skills/add-new-target-skill.md)
* [Edit Target Skill](/compassly-docs/core-modules/program-library/target-skills/edit-target-skill.md)
* [Delete Target Skill](/compassly-docs/core-modules/program-library/target-skills/delete-target-skill.md)
* [Import Programs](/compassly-docs/core-modules/program-library/target-skills/import-programs.md)

### What happens next

After you choose a subsection, open that section’s overview page to find the task guide that matches what you need to do next.

### Related guides

* [Maladaptives](/compassly-docs/core-modules/program-library/maladaptives.md)
* [Domains](/compassly-docs/core-modules/program-library/domains.md)
* [Subdomains](/compassly-docs/core-modules/program-library/subdomains.md)
* [Target Skills](/compassly-docs/core-modules/program-library/target-skills.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/program-library.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.
