# Subscriptions Management

## Subscriptions

For every tenant company, a subscription Id will be created and shown in this tab. And you can do following operation on subscriptions from this tab.

* **View subscriptions**

To view the list subscriptions,

* Navigate to “Customers->Subscriptions” tab in Admin portal
* You will see the list of Subscriptions

![](/files/LC3HAnAWKHOTIKLmiKrg)

* **Delete subscription**

To delete a subscription,

* Navigate to “Customers->Subscriptions” tab in Admin portal
* Click “Delete” button against a subscription

![](/files/2Z8UofmNW3veKizjnOup)

* Click Yes in conformational prompt to delete the subscription
* Now the subscription will be deleted and won’t be shown in the subscription list
  * **Sync subscription**

“Sync” option will be useful when you have done changes in plan settings and you want to update that for a company. If you click on “Sync” button for a subscription, then plan settings of that subscription will be updated in DB.

To sync a subscription,

* Navigate to “Customers->Subscriptions” tab in Admin portal
* Click “Sync” button against a subscription

![](/files/cZ2tTz2dCh97zeOCv1U3)

* Click Yes in conformational prompt to sync the subscription
* Now the subscription will be synced and updated in DB
  * **Map subscription**

To map a Hybr subscription,

* Navigate to “Customers->Map Subscriptions” tab in Admin portal
* Click “Edit” button against an external subscription
* Choose a Hybr subscription from the drop down
* Click save to map that subscription

![](/files/mcf0iaTW0fV6pVf1sCsJ)

* Now the external subscription will be mapped with Hybr subscription

![](/files/eEGWCGrb3MVyAZArmfjn)


---

# Agent Instructions: 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:

```
GET https://docs.cloudassert.com/hybr/features/admin/tenants-management/subscriptions-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
