> 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/target-skills/view-target-skill-details.md).

# View Target Skill Details

**Page type:** Task guide\
**Status:** Draft (Noah Edit)\
**Owner:** Documentation Team\
**Last verified:** 2026-04-03 (Noah Edit: 2026-04-28)\
**Audience:** Super Admin, Admin, Supervisor, Clinician

## What This Section Covers

This material covers how to open an existing target skill and review its current details.

## Before You Start

* You must have permission "View target skill list".
* You must have permission "View target skill details".
* Depending on your role, you may see only be able to acces the View Details page OR the Edit Details page.

## Where To Start

1. Sign in to Compassly.
2. In the left navigation menu, select ***Program Library***.
3. In the left navigation menu, select ***Target skills*** from the dropdown menu under ***Program Library***.

## Available Actions

1. **On the&#x20;*****Target skills*****&#x20;list page, select the item you want to review.**
   * You may want to use the filters covered in "View Target Skill List" guide to narrow your list data.
   * You can either select the item by clicking on the item's name (Under the Target skill column) in the list, or by opening the Action dropdown menu (click the three dots on the right under the Action column) and selecting "View target skill" (or "Edit target skill, if "View target skill" is not available).

![](/files/haKMOtq7SxY1O6rQWKk2)\
*Figure 1. Target Skill List with emphasis on view navigation.*

2. **Review the information shown on the details page.**

   * If you only have view access, the page will be titled "View target skill". If you have edit permissions, it will be titled "Edit target skill" (See image below).

   * There will be a field titled *Domain*, containing the name of the Domain the Target SKill is associated with, a field titled *Subdomain*, containing the name of the Subdomain the Target Skill is associated with, a field titled *Target skill name*, which contains the name of the Target Skill, and possibly one or more sections titled "Description", which contain fields *Title* and *Description*. These optional sections contain unique descriptions of the Target Skill, or client goals for mastering the Target Skill.

   > NOTE: The image provided was taken on an account with edit permissions, so it displays edit options that will not be available on a purely view-authorized account.

![](/files/QDMVg2Uq0DGsxhD9XFZe)\
*Figure 2. View/Edit Target Skill page overview.*

## Role Differences

* ***Super Admin:*** Will only be able to see the Edit options for Target Skills.
* ***Admin / Supervisor / Clinician:*** Will be able to see the View options for Target Skills.
* ***Basic:*** Does not have access to Target Skills.

## Summary Of Section

**Upon reviewing this material, you should be able to:**

* Navigate to the view page of Target Skills in two different ways
* Identify the details of a Target Skill.

## Related Guides

* [View Target Skill List](/compassly-docs/core-modules/program-library/target-skills/view-target-skill-list.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)


---

# 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/target-skills/view-target-skill-details.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.
