> For the complete documentation index, see [llms.txt](https://docs.cloudassert.com/hybr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudassert.com/hybr/features/tenant/hybr-csp-features/csp-operations-and-status-tracking.md).

# CSP Operations and Status tracking

## CSP Operations

CSP operations such as create, update, suspend subscriptions, assigning licenses to users etc., can be done from Hybr admin and tenant portals.&#x20;

The performance of these operations depends on the Partner Center responsiveness. To improve the experiance of users, these operations are offloaded to the backend which helps users continue to use the portal and perform other tasks.

Here's the user flow of CSP operations,

1. User performs a CSP operations&#x20;
2. A notification is immediately shown to the user stating the operation is inprogress
3. User can continue to use the website
4. When the operations gets completed, user gets a completed notificaiton on the portal
5. If user prefers to see the status of the operations, it can be viewed in Request Management :arrow\_right:Deployment Jobs :arrow\_right: Billing and Subscriptions

### Alerts and Notification center

A notification popup on the top right corner of the portal when an operation is initiated and completed.&#x20;

Users can also make use of the notification center to view all the status of the CSP operations. This can be viewed by clicking on the bell icon on the top right corner of the screen.

![](/files/-MJIYqDpwM01QmKDltsu)

### Status tracking

The status of all the operations can be found under `Request Management` :arrow\_right:`Deployment Jobs` :arrow\_right: `Billing and Subscriptions`

![](/files/-MJISdpKNPrPBJV9BDDr)

&#x20;


---

# 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.cloudassert.com/hybr/features/tenant/hybr-csp-features/csp-operations-and-status-tracking.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.
