> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-package-manager/user-and-console-guide.md).

# User & Console Guide

The CPM console is a web-based interface that allows users to discover, publish, and manage application packages. Each platform tab is covered in detail in its own section of this guide.

<div data-with-frame="true"><figure><img src="https://2680825251-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUGPGTcyMu8FXsdY8XQY%2Fuploads%2Fgit-blob-abde1136dde47493fe8311867739afee6ccac178%2Fimage%20(149).png?alt=media" alt=""><figcaption></figcaption></figure></div>

***

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><ol><li><strong>CPM Registry</strong></li></ol></td><td>Browse and explore all available packages on the platform.</td><td><a href="/catalyx-package-manager/user-and-console-guide/cpm-registry.md">CPM Registry</a></td></tr><tr><td><ol start="2"><li><strong>My Library</strong></li></ol></td><td>Manage packages you have published, received access to, or starred.</td><td><a href="/catalyx-package-manager/user-and-console-guide/my-library.md">My Library</a></td></tr><tr><td><ol start="3"><li><strong>Notifications &#x26; Subscriptions</strong></li></ol></td><td>Manage your email subscriptions to package updates.</td><td><a href="/catalyx-package-manager/user-and-console-guide/notifications-and-subscriptions.md">Notifications &amp; Subscriptions</a></td></tr></tbody></table>

***

## Core Features & Functionality

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-book-open">:book-open:</i></td><td><strong>Browse the Registry</strong></td><td>Discover published packages in the Registry</td><td><a href="/catalyx-package-manager/user-and-console-guide/cpm-registry.md#browse-the-registry">CPM Registry</a></td></tr><tr><td><i class="fa-box-open-full">:box-open-full:</i></td><td><strong>View Package Details</strong></td><td>Explore specific package details and version history.</td><td><a href="/catalyx-package-manager/user-and-console-guide/cpm-registry.md#view-package-details">CPM Registry</a></td></tr><tr><td><i class="fa-download">:download:</i></td><td><strong>Download a Package</strong></td><td>Download private or public packages in a click.</td><td><a href="/catalyx-package-manager/user-and-console-guide/cpm-registry.md#download-a-package">CPM Registry</a></td></tr><tr><td><i class="fa-clock-rotate-left">:clock-rotate-left:</i></td><td><strong>View Package Version History</strong></td><td>Explore the different versions of a package.</td><td><a href="/catalyx-package-manager/user-and-console-guide/cpm-registry.md#view-package-version-history">CPM Registry</a></td></tr><tr><td><i class="fa-star">:star:</i></td><td><strong>Favourite (i.e. "Star") a Package</strong></td><td>Favourite a package to receive automatic updates.</td><td><a href="/pages/DAqwNU8UPW6Ldur9Cbx7#favourite-i.e.-star-a-package">/pages/DAqwNU8UPW6Ldur9Cbx7#favourite-i.e.-star-a-package</a></td></tr><tr><td><i class="fa-lock">:lock:</i></td><td><strong>Request Access to a Private Package</strong></td><td>Contact the publisher in a click to request access.</td><td><a href="/catalyx-package-manager/user-and-console-guide/cpm-registry.md#request-access-to-a-private-package">CPM Registry</a></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-album-collection">:album-collection:</i></td><td><strong>Manage My Library</strong></td><td>Take quick actions across packages.</td><td><a href="/catalyx-package-manager/user-and-console-guide/my-library.md#manage-my-library">My Library</a></td></tr><tr><td><i class="fa-upload">:upload:</i></td><td><strong>Publish a Package</strong></td><td>Upload a new package to the CPM Registry</td><td><a href="/catalyx-package-manager/user-and-console-guide/my-library.md#publish-a-package">My Library</a></td></tr><tr><td><i class="fa-clipboard-clock">:clipboard-clock:</i></td><td><strong>Publish a New Package Version</strong></td><td>Upload a new version of a package.</td><td><a href="/catalyx-package-manager/user-and-console-guide/my-library.md#publish-a-new-package-version">My Library</a></td></tr><tr><td><i class="fa-lock-keyhole-open">:lock-keyhole-open:</i></td><td><strong>Manage Access Requests</strong></td><td>Accept or deny access requests.</td><td><a href="/catalyx-package-manager/user-and-console-guide/my-library.md#manage-access-requests">My Library</a></td></tr><tr><td><i class="fa-trash-can-slash">:trash-can-slash:</i></td><td><strong>Delete a Package</strong></td><td>Remove a package from your library.</td><td><a href="/catalyx-package-manager/user-and-console-guide/my-library.md#delete-a-package">My Library</a></td></tr></tbody></table>


---

# 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://docs.catalyx.solutions/catalyx-package-manager/user-and-console-guide.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.
