> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/tenant/reports/list-csp-licenses/add-subscription.md).

# Add Subscription

This page purchases a new CSP subscription for the selected tenant through Sherweb. Choose a SKU from the catalogue, set the quantity, confirm you accept the terms, and submit.

{% hint style="danger" %}
Submitting this form places a real order with Sherweb and you will be billed for it. There is no draft or approval step, and the purchase cannot be undone from CIPP. To reduce or remove a subscription afterwards, use the actions on the CSP Licences Report.
{% endhint %}

## Fields

| Field                             | Description                                                                                                                                                             |
| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Available SKUs for `<tenant>`     | The SKU to purchase, listed from the Sherweb catalogue available to that tenant. Each entry shows the product name followed by its SKU. Required.                       |
| Quantity of licenses to purchase. | How many licences to buy. Must be at least 1. Required.                                                                                                                 |
| Terms and conditions confirmation | Confirms you understand the licence will be purchased according to the terms and conditions for that SKU with Sherweb. Must be ticked before the form can be submitted. |

## Selected SKU Details

Once a SKU is chosen, a card appears summarising it. Check this before submitting, particularly the commitment term, since it determines how long you are committed to paying for the licences.

| Field           | Description                                                            |
| --------------- | ---------------------------------------------------------------------- |
| Name            | The product name and SKU, as shown in the selector.                    |
| Billing Cycle   | How often the subscription is billed, for example monthly or annually. |
| Commitment Term | The length of the commitment you are entering into.                    |
| Description     | Sherweb's description of the product.                                  |

{% hint style="warning" %}
Where the tenant has no Sherweb mapping, the SKU list returns empty rather than raising an error, so the selector will simply have nothing in it. If you see no SKUs at all, check that the Sherweb integration is enabled and that the tenant is mapped to a Sherweb customer in the integration settings, rather than assuming the catalogue is empty.
{% endhint %}

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/tenant/reports/list-csp-licenses/add-subscription.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.
