> 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/administration-guide/overview-of-the-administration-console.md).

# Overview Of The Administration Console

All subscription administration functions are accessed via the <code class="expression">space.vars.PRODUCT\_NAME</code> Administration Console. The Administration Console is accessible only when <code class="expression">space.vars.PRODUCT\_NAME</code> is activated on your computer.

If <code class="expression">space.vars.PRODUCT\_NAME</code> is not already activated on your computer, then [first activate it](/administration-guide/activate-your-computer.md) to access the Administration Console.

To open the Administration Console, locate the blue Z icon in your Windows system tray, then click the icon to pop open the Administration Console:

<figure><img src="/files/lrZWSOnFYSjlOE0Z3gAJ" alt=""><figcaption><p>Click the blue Z icon in your system tray</p></figcaption></figure>

After clicking the blue Z icon, the Administration Console will show. All the administration functions are accessed via the *What do you want to do?* button, otherwise known as the action button.

<figure><img src="/files/5WfZ0LXVNEii2lFMU9f7" alt=""><figcaption><p>After clicking the blue Z icon from your Windows system tray, the administration console will pop open</p></figcaption></figure>

To access the administration functions, click the action button. If you find there are a restricted set of functions on the action button, this indicates you are either not the administrator of the subscription, or, the computer is activated as a hot desk computer or desktop server.

In the former case, you will need to contact a <code class="expression">space.vars.PRODUCT\_NAME</code> subscription administrator and ask them to assign you administration privileges if you want to administer the subscription, or, in the latter case, you will need to [activate your computer via the wizard](/administration-guide/activate-your-computer.md) to access the administration functions.

<figure><img src="/files/0Ls4cf8hpuPkTNRDhDrs" alt=""><figcaption><p>The administration functions show above the grey horizontal line and are accessed via the action button</p></figcaption></figure>


---

# 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/administration-guide/overview-of-the-administration-console.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.
