> 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/domains/view-domain-details.md).

# View Domain Details

**Page Type:** Task Guide\
**Status:** Draft (Noah Edit)\
**Owner:** Compassly Documentation Team\
**Last Verified:** 2026-04-02 (Noah Edit: 2026-04-23)\
**Audience:** Super Admin, Admin, Supervisor, Clinician

## What This Section Covers

This material covers how to open a specific Domain record and review the information available for that item.

## Before You Start

* You must have permission "View domain list".
* You must have permission "View domain 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 ***Domains*** from the dropdown menu under ***Program Library***.

## Available Actions

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

![](/files/zQzFFdkzmeUu1Zc7MN8C) *Figure 1. Domain 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 domain". If you have edit permissions, it will be titled "Edit domain" (See image below).

   * There will be a text field, *Domain name*, as well as an icon displayed to the right of that field.

   > 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/B39iiGpZbJ42YvRIoJ2R)\
*Figure 2. View/Edit Domain page overview.*

## Role Differences

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

## Summary Of Section

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

* Navigate to the view page of Domains in two different ways
* Identify the details of a Domain

## Related Guides

* [How to View the Domains Program Library](/compassly-docs/core-modules/program-library/domains/view-domain-list.md)
* [How to Edit a Domain](/compassly-docs/core-modules/program-library/domains/edit-domain.md)
* [How to Delete a Domain](/compassly-docs/core-modules/program-library/domains/delete-domain.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/domains/view-domain-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.
