> 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/open-a-file-or-folder-in-your-browser.md).

# Open A File Or Folder In Your Browser

Most file management functions you need to perform can be accomplished from Windows File Explorer. However, you may need to access your files and folders in the browser for other functions such as metadata editing or workflows.

From Windows File Explorer, you can open your files and folders in your default browser via the context menu.

Here's a walkthrough;

{% stepper %}
{% step %}
From Windows File Explorer, locate the file or folder you want to open in the browser, right click it, expand the <code class="expression">space.vars.PRODUCT\_NAME</code> sub-menu then click the "Open in web browser" option

<figure><img src="/files/6Sc9nrxHwHZUpCyilXVm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Your default web browser will open, in my case, its Microsoft Edge browser. If you opened an Office document, then it will open in Office in the browser:

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

If you opened a folder, then the folder will show in the browser:

<figure><img src="/files/YgM13lHrkXWiWCUkeftK" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/open-a-file-or-folder-in-your-browser.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.
