> 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/feature-guide/file-and-folder-changes-on-demand.md).

# File And Folder Changes On-Demand

<code class="expression">space.vars.PRODUCT\_NAME</code> will automatically refresh the network drives on users' computers with changes from other users. The changes should generally show promptly.

If a user is expecting a change and needs to see it urgently and it isn't yet showing, they can request a refresh of the network drive on-demand, from Windows File Explorer.

In the example below, another user recently added a document, "Myles Team Presentation.pptx", but it is not yet showing in Windows File Explorer. So whilst in File Explorer, just hit the `F5` key on your keyboard to request an on-demand refresh of the folder.

<figure><img src="/files/r4558bxUtHkiymrAt6iE" alt=""><figcaption></figcaption></figure>

After hitting the `F5` key, <code class="expression">space.vars.PRODUCT\_NAME</code> will initiate an on-demand request for changes and if any, promptly update them in your File Explorer.

<figure><img src="/files/jj1u9U5A9PZJaTDT02Ua" alt=""><figcaption><p>After the on-demand refresh, the document "Myles Team Presentation.pptx" now shows in the folder</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/feature-guide/file-and-folder-changes-on-demand.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.
