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

# Files

**Audience:** Super Admin, Admin, Supervisor, Clinician, Basic\
**Page type:** Overview\
**Owner:** Product / Training / Support\
**Status:** Draft\
**Last verified:** 2026-04-03

## What this module is

Use **Files** to view and manage uploaded client files in one central place. This page acts as the main file repository for Compassly and lets users search the list, open file previews, and work with file records based on their role.

## Who uses it

* **Super Admin:** Can view files, add files, edit files, preview files, and delete files.
* **Admin / Supervisor / Clinician:** Can view files, add files, edit files, and preview files.
* **Basic:** Can view files and preview supported file types.

## What you can do here

* view the full file repository
* search files by name
* filter the list by assigned clients
* add a new file or link
* edit an existing file record when editing is available
* preview supported file types
* delete a file if your role allows it

## Before you start

* You must be signed in to Compassly.
* You must be able to see **Files** in the left navigation.
* Some actions are role-based.
* The label system is not included in this guide set because it is not currently implemented in the live UI.

## Common tasks

* [View the Files Repository](/compassly-docs/core-modules/files/view-files-repository.md)
* [Add a New File](/compassly-docs/core-modules/files/add-a-new-file.md)
* [Edit a File](/compassly-docs/core-modules/files/edit-a-file.md)
* [Preview a File](/compassly-docs/core-modules/files/preview-a-file.md)
* [Delete a File](/compassly-docs/core-modules/files/delete-a-file.md)

## Related guides

* [View the Files Repository](/compassly-docs/core-modules/files/view-files-repository.md)
* [Add a New File](/compassly-docs/core-modules/files/add-a-new-file.md)
* [Edit a File](/compassly-docs/core-modules/files/edit-a-file.md)
* [Preview a File](/compassly-docs/core-modules/files/preview-a-file.md)
* [Delete a File](/compassly-docs/core-modules/files/delete-a-file.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/files.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.
