> For the complete documentation index, see [llms.txt](https://docs.zeedrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeedrive.com/introduction/subscription.md).

# Subscription

Your <code class="expression">space.vars.PRODUCT\_NAME</code> mapped drive configurations, users and customisations are grouped in to a <code class="expression">space.vars.PRODUCT\_NAME</code> s*ubscription*. A <code class="expression">space.vars.PRODUCT\_NAME</code> subscription is much like a Microsoft 365 tenant in that it encompasses all of your configuration data and licences.

Your subscription (configuration data) is hosted in the <code class="expression">space.vars.PRODUCT\_NAME</code> cloud service.

A <code class="expression">space.vars.PRODUCT\_NAME</code> subscription is associated with a Microsoft 365 tenant; the association is one to one. One <code class="expression">space.vars.PRODUCT\_NAME</code> subscription is valid for one Microsoft 365 tenant. E.g. If your Microsoft 365 tenant is for the organisation Contoso, likely your tenant name will be *contoso* and your SharePoint Online repository will be *contoso.sharepoint.com*. Your <code class="expression">space.vars.PRODUCT\_NAME</code> subscription will be associated with the *contoso.sharepoint.com* SharePoint Online repository.

<img src="/files/pkra6UgNU1SQFcaS2Iyu" alt="" class="gitbook-drawing">

A <code class="expression">space.vars.PRODUCT\_NAME</code> subscription is identified through its 8 digit ID (E.g. *12345678)* and the Microsoft 365 tenant it is associated with (E.g. *contoso*).

An organisation will typically have only one <code class="expression">space.vars.PRODUCT\_NAME</code> subscription with all users requiring <code class="expression">space.vars.PRODUCT\_NAME</code> set up on the subscription.

If you're ready to get started with <code class="expression">space.vars.PRODUCT\_NAME</code>, then you can jump ahead to [Create Your Subscription](/administration-guide/create-your-subscription.md).


---

# 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.zeedrive.com/introduction/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.
