> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems/use-the-vfs-browser-in-the-pdi-client.md).

# Access files with the VFS browser

Perform the following steps to access your files with the VFS browser.

1. Select **File** > **Open URL** in the PDI client to open the VFS browser.

   The Open File dialog box opens.

   ![VFS browser](/files/gw4CLIiMAcAXsDae5DUU)
2. In the **Location** field, select the type of file system. The following file systems are supported:
   * **Local**: Opens files on your local machine. Use the folders in the **Name** panel of the Open File dialog box to select a resource.
   * **Hadoop Cluster**: Opens files on any Hadoop cluster except S3. Click the **Hadoop Cluster** drop-down box to select your cluster, then the resource you want to access.
   * **HDFS**: Opens files on Hadoop distributed file systems. Select the cluster you want for the **Hadoop Cluster** option, then select the resource you want to access.
   * **Google Drive**: Opens files on the Google file system. You must configure PDI to access the Google file system. See [Access to a Google Drive](/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems/before-you-begin-vfs-browser/access-to-a-google-drive.md) for more information.
3. In the **Open from Folder** field, enter the VFS URL.

   The following addresses are VFS URL examples for the **Open from Folder** field:

   * **Local**: `ftp://userID:password@ftp.myhost.com/path_to/file.txt`
   * **HDFS**: `hdfs://myusername:mypassword@mynamenode:port/path`
4. (Optional) Select another value in the **Filter** menu to filter on file types other than transformations and jobs, which is the default value.

   ![Filter menu, VFS browser](/files/aK3nn7tFkwCZScNHGalH)
5. (Optional) Select a file or folder and click the **X** icon in the upper-right corner of the browser to delete it.
6. (Optional) click the **+** icon in the upper-right corner of the browser to create a new folder.

**Note:** VFS dialog boxes are configured through specific transformation parameters. See [Configure VFS options](/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems/configure-vfs-options.md) for more information.


---

# 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.pentaho.com/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems/use-the-vfs-browser-in-the-pdi-client.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.
