> 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/search-for-files-and-folders.md).

# Search For Files And Folders

The typical approach for searching for your files in Windows File Explorer is to use the File Explorer search box in the top right of the window:

<figure><img src="/files/Ddn7P3BaolIrp90pWaDs" alt="" width="344"><figcaption></figcaption></figure>

Whilst this approach for searching can work OK for a network drive containing a limited number of files and folders, if your network drive contains many thousands of files, use the dedicated <code class="expression">space.vars.PRODUCT\_NAME</code> search feature instead.

<code class="expression">space.vars.PRODUCT\_NAME</code> search uses an index when returning search results meaning the search will perform a lot faster, and it will will search file contents as well as file names. With <code class="expression">space.vars.PRODUCT\_NAME</code> search:

<i class="fa-check">:check:</i>  You will get your search results faster

<i class="fa-check">:check:</i>  You can search the contents of files

<i class="fa-check">:check:</i>  You will have greater control over your search criteria

Here's how to search with <code class="expression">space.vars.PRODUCT\_NAME</code>:

{% stepper %}
{% step %}
Locate the folder you want to search in Windows File Explorer, then click the right button on your mouse to open the context menu. Expand the <code class="expression">space.vars.PRODUCT\_NAME</code> sub menu then click the search option

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

{% endstep %}

{% step %}
The search dialog box will open. Enter your search criteria in the search box then hit the Search button. To limit the results you can search just for file names or just for folder names. Other search options are available such as searching for specific file types and specific phrases. Click the blue "need help?" link in the dialog to view your options. In this example, we're searching for an Excel spreadsheet containing customer names

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

{% step %}
After running the search, the results are shown. To open a file from the search results, select it then click the Open button. If you want to locate it in File Explorer and not open it, then select the search result and click the Locate In Explorer button

<figure><img src="/files/12rMPybh0G9zm98mNanr" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
When clicking the Locate In Explorer button, Windows File Explorer will pop open and select your file, but not open it

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

{% step %}
After you have finished searching, you can click the X button in the top right of the <code class="expression">space.vars.PRODUCT\_NAME</code> window to close it
{% 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/search-for-files-and-folders.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.
