# Configuration

{% hint style="warning" %}
If no 'User' is provided, the connector will run as the same user as the connector service is running as.
{% endhint %}

| Setting     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name        | Required name of connector configuration                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Description | Optional description of configuration. Only for your documentation purposes.                                                                                                                                                                                                                                                                                                                                                                                                 |
| Domain      | Optional domain that User belongs to                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| User        | User to login with for the configuration                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Password    | Password for User                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Root path   | <p>If set, limits all operations to only be able to access the part of the file system that is below set value. It must be rooted path, i.e 'C:\drop' or '\network\path'. </p><p></p><p>If a a non-rooted path is entered into any operation, and 'Root path' is set, the non-rooted path will appended to 'Root path'. I.e, if 'Root path' is 'C:\drop' and a path in any operation is set to 'subfolder\file.dat', the path used will be 'C:\drop\subfolder\file.dat'.</p> |
| Logon type  | The type of login that User should use                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Tags        | Optional tags you can assign to the configuration. Only for your documentation purposes.                                                                                                                                                                                                                                                                                                                                                                                     |


---

# 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://help.novacuraflow.com/connectors/areas/utility/file-system/connector-service/configuration.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.
