> 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/clients/maladaptives/add-new-maladaptive.md).

# Add New Maladaptive

**Audience:** Super Admin, Admin\
**Page type:** Task guide\
**Owner:** Product / Training / Support\
**Status:** Verified\
**Last verified:** 2026-04-08

## Purpose

Create a new maladaptive behavior in the **Program Library**.

## Before you start

* You must have permission to create Program Library items.
* You must be on **Program Library** > **Maladaptives**.
* The current page uses **Maladaptive name** as the required field.
* Description entries are optional, but you can add them before saving.

## Role differences

* **Super Admin, Admin:** Can create maladaptives.
* Lower-access roles may be able to view the library but may not see the create action.

## How to get there

1. Sign in to Compassly.
2. In the left navigation, select **Program Library**.
3. Select **Maladaptives**.
4. In the upper-right area, select the **plus icon**.

## Steps

1. On the **Add new maladaptive behavior** page, enter a value in **Maladaptive name**.
2. If you want to add a description, select **Add description**.
3. In the description card, complete:
   * **Title**
   * **Description**
4. If you need more than one description, use the large **plus** area to add another description card.
5. Repeat the description steps for each additional description you want to save.
6. Select **Apply**.

## How descriptions work

* The current UI does **not** use a **General** or **Personal** description toggle.
* Each description is entered as its own card with a **Title** and **Description** field.
* You can create multiple description cards when needed.

## What happens next

After you select **Apply**, the new maladaptive is added to the Maladaptives library list.

## Related guides

* [View Maladaptive List](https://github.com/CompasslyYR/compassly-kb/blob/main/clients/maladaptives/view-maladaptive-list.md)
* [View Maladaptive Details](https://github.com/CompasslyYR/compassly-kb/blob/main/clients/maladaptives/view-maladaptive-details.md)
* [Edit Maladaptive](/compassly-docs/core-modules/clients/maladaptives/edit-maladaptive.md)
* [Import Maladaptives](/compassly-docs/core-modules/clients/maladaptives/import-maladaptives.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/clients/maladaptives/add-new-maladaptive.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.
