# Creating New Pollination Subscriptions

{% hint style="info" %}
Only `Super Admin` and `Billing Admin` roles can create a new organization subscription.
{% endhint %}

{% hint style="info" %}
As a reminder, we use [Paddle](https://www.paddle.com/) to process all our payments. [See here for more information](/user-manual/getting-started/buying-pollination-products.md#how-can-i-set-you-as-a-vendor-in-our-companys-system).
{% endhint %}

To create a new subscription you need to go to the "Subscription" tab under your organization. If you have just created the organization you should automatically be redirected to the subscription page, otherwise, you can find the organization on the Pollination web application home page, and click on the "Subscriptions" link.

<figure><img src="/files/Gs0GClMxEg5oBVeTEdyQ" alt=""><figcaption><p>Click on the Subscriptions button in the organization card</p></figcaption></figure>

<figure><img src="/files/EVfgrXnHkhFWKnfHNvsR" alt=""><figcaption><p>Subscription tab</p></figcaption></figure>

To create a new subscription, click the green box. Use the user interface to choose between yearly and monthly subscriptions, set the quantity for each, and select the payment method.

<figure><img src="/files/DQYV13g4i6G9tcg0aeVs" alt=""><figcaption></figcaption></figure>

## Payment with Card

You can see a summary of your subscriptions at the bottom of the card.

<figure><img src="/files/gQflshGOI5MKASgcRrkO" alt=""><figcaption></figcaption></figure>

When ready, click "Proceed to Checkout" to complete your payment.

<figure><img src="/files/1cPmpt8J6RM5kDqnzfwt" alt="" width="563"><figcaption><p>Use the user interface to checkout with a card</p></figcaption></figure>

## Payment by Invoice

For yearly subscriptions, you can request an invoice. Select "Pay by Invoice" as the payment method and click "Request Invoice".

<figure><img src="/files/wR8RcetP7CYsiyjTBeyc" alt=""><figcaption></figcaption></figure>

Then feel out the required information and click on the "Submit Invoice Request" button.

<figure><img src="/files/vTvWz7IKYZPtJs5i7B5m" alt="" width="563"><figcaption></figcaption></figure>

You will receive a confirmation email. Our team will contact you within a few days to confirm and send it. Once you receive the invoice, you'll have 30 days to make the payment to keep your account active.


---

# 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.pollination.solutions/user-manual/getting-started/buying-pollination-products/creating-new-pollination-subscriptions.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.
