# File System Example

The File System connector can be used to perform directory and file operations on any file system which the Flow Server can access.&#x20;

Note: the configuration below is set up for a cloud hosted Novacura Flow Server.

<div align="left"><img src="/files/-MlJhTgfmpUiPW1HV0ji" alt=""></div>

{% hint style="info" %}
For more information about the File System connector refer to the [Flow Help](https://help.novacuraflow.com/v/6.13/development/flow-studio/connectors/utility/file-system)
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.novacura.com/extensibility-and-integration/products/studio/connectors/file-system/how-to-guides/file-system-example.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
