> 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/partner-guide/request-a-partner-subscription.md).

# Request A Partner Subscription

If your organisation doesn't already have a <code class="expression">space.vars.PRODUCT\_NAME</code> Partner Subscription but you would like one, then first download and review the [Partner Subscription Agreement](/resources/terms-and-conditions.md), and if you are in agreement, then [contact support](/resources/contact-support.md) and we'll get you set up with a new Partner Subscription.

The Partner Subscription is free.

Customer subscriptions that you may already be administering can be transferred to your new Partner Subscription.

A Partner Subscription starts with 3 Partner User Licences (so you and up to 2 other colleagues can use the Partner Subscription) and an initial maximum of 20 customer subscriptions can be administered.

These limits can be increased on request should your usage of the <code class="expression">space.vars.PRODUCT\_NAME</code> Partner Subscription grow.


---

# 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/partner-guide/request-a-partner-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.
