# Create A Customer Subscription

Customer subscriptions are created in an initial *trial* state. Trials are free, but have limitations;

* A maximum of 5 licences of each licence type
* Valid for 7 days after which they will expire
* The aggregated amount of data all users on the trial can upload or download through the mapped drives in any given 24 hour period is limited to 5,000 file uploads or 3GB of data and 10,000 file downloads or 5GB of data

If your customer exceeds the trial data limits in a 24 hour period, their <code class="expression">space.vars.PRODUCT\_NAME</code> network drives will be temporarily disabled until the 24 hour period has passed.

Trial limits are removed by [purchasing a subscription](/resources/pricing.md) and nominating the trial subscription be upgraded to a paid subscription.

{% hint style="info" %}
The duration of the trial and the number of licences can be increased [on request](/resources/contact-support.md) if you need to extend the testing of <code class="expression">space.vars.PRODUCT\_NAME</code> for your customer.
{% endhint %}

To get started, open the [Partner Console](/partner-guide/overview-of-the-partner-console.md) and navigate to the customer listings page, then continue with the steps below:

{% stepper %}
{% step %}
From the customer listings page, click the action button then click the "Start a new Zee Drive trial subscription" option

<figure><img src="/files/U2fSYAnK8OaYMEN1DDif" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the name of the Microsoft 365 tenant. The subscription will be associated with this tenant. The tenant name can be found by navigating to the customer's SharePoint Online tenant and viewing the URL in the browser address bar. It has the format `[tenant name]`.sharepoint.com. Click the Validate button after entering the tenant name

<figure><img src="/files/LtVkwwfuRSgJoPfGnQ4A" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After successful validation of the tenant name, click the Next button

<figure><img src="/files/7RRevQdXioNRWm0ka1MM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Enter the customer's organisation name. This name will show in the customer listings page for ease of identification. Click the Setup Trial button to set up the subscription

<figure><img src="/files/yUf3UY7WsNuiBkE80PXl" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The busy indicator will show for a short time whilst the subscription is provisioned by the <code class="expression">space.vars.PRODUCT\_NAME</code> cloud service

<figure><img src="/files/GwXlzPhZQSTo0OT1AQ7X" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The green tick mark will show after the subscription has been set up. Click the Continue button

<figure><img src="/files/mZkux1UMdQYGpNoxblbA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The customer listing page will now show with your new subscription

<figure><img src="/files/uq6MrxS8NvRUPUoqNLQd" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.zeedrive.com/partner-guide/create-a-customer-subscription.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.
