> 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/resources/announcements.md).

# Announcements

## New Activation Service URL And Deprecation Of Old URL

*25th August 2026.*

Starting from <code class="expression">space.vars.PRODUCT\_NAME</code> version 68.20, <code class="expression">space.vars.PRODUCT\_NAME</code> communicates to the <code class="expression">space.vars.ACTIVATION\_SERVICE</code> on URL:

<code class="expression">space.vars.ACTIVATION\_SERVICE\_NEW\_URL</code>

Previous versions of <code class="expression">space.vars.PRODUCT\_NAME</code> continue to communicate to the <code class="expression">space.vars.ACTIVATION\_SERVICE</code> on URL:

<code class="expression">space.vars.ACTIVATION\_SERVICE\_OLD\_URL</code>

Due to circumstances outside of our control, at the end of March 2027, the old URL <code class="expression">space.vars.ACTIVATION\_SERVICE\_OLD\_URL</code> will no longer be operational as it will be retired by our cloud hosting service, <code class="expression">space.vars.MICROSOFT\_AZURE</code>. This will effectively cause versions of <code class="expression">space.vars.PRODUCT\_NAME</code> prior to 68.20 to no longer work starting April 2027.

Therefore, to ensure that you do not experience an interruption to your <code class="expression">space.vars.PRODUCT\_NAME</code> network drives, [upgrade](/how-to/upgrade.md) to version 68.20 (or a later version) of <code class="expression">space.vars.PRODUCT\_NAME</code> prior to 1st April 2027.

For more information about the <code class="expression">space.vars.ACTIVATION\_SERVICE</code>, refer to [Subscription](/introduction/subscription.md).

In due course, <code class="expression">space.vars.PRODUCT\_NAME</code> subscription administrators will receive email reminders about the need to upgrade their users to <code class="expression">space.vars.PRODUCT\_NAME</code> version 68.20 or later, prior to 1st April 2027.

## Zee Drive Name Change to ZeeDrive

*7th January 2026.*

In December 2025, via a [post on LinkedIn](https://www.linkedin.com/posts/mylesjeffery_home-activity-7407194223709528064-HbJe), we announced that we have changed the name of *Zee Drive* to *ZeeDrive*; the space character between "Zee" and "Drive" has been removed to form one word "ZeeDrive".

Whilst the name change is a subtle one, there are many references to the old name throughout our documentation resources which require updating to the new name. The ZeeDrive app itself will be updated in due course to adopt the new name, as, of time of this announcement, the ZeeDrive app continues to bear the old name "Zee Drive".

Therefore during this naming transition period you may continue to see references to the old name "Zee Drive" throughout our documentation resources and the ZeeDrive app.


---

# 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/resources/announcements.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.
