> 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/user-guide.md).

# User Guide

If you are an end user of <code class="expression">space.vars.PRODUCT\_NAME</code>, working with your files in SharePoint and OneDrive through Windows File Explorer network drives, then this guide is for you to get a better overall experience.

Most likely, your organisation has migrated to the Microsoft 365 cloud from an on-premises file server. If so, then working with <code class="expression">space.vars.PRODUCT\_NAME</code> should be a breeze as the experience of working with your files will be much the same as working with an on-premises file server.

Access to your files is via Windows File Explorer. Your organisation will have pre-configured the network drives for you. So when you sign in to Windows, your network drives will show in File Explorer. Your File Explorer may not look dissimilar to this:

<figure><img src="/files/3hMor3LpgbTQvQu53pl3" alt=""><figcaption><p>An example of how your File Explorer may look, but it depends on what your organisation has configured</p></figcaption></figure>

{% hint style="info" %}
Your organisation may require you to activate <code class="expression">space.vars.PRODUCT\_NAME</code> on your computer, which is a one-time process, after which your network drives will then show in File Explorer. Read on for instructions how to activate
{% endhint %}


---

# 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/user-guide.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.
