# Configuring Windows File Share Settings

**Solar Archive** can connect to a Windows Network File Share on any PC or a server in your environment. This can be used to collect **.eml** files that have been extracted from a 3rd party software tool.

1. Navigate to **Email Management** > **Import Mail Manager**.
2. Enter / Select the required values in the fields. Refer to the table below for field names and descriptions.
3. Click the **Save And Test Connection** button.
4. Once the connection is successfully established, check the **Enabled** field.
5. The windows file share settings will be configured successfully.

| Field                      | Description                                                           |
| -------------------------- | --------------------------------------------------------------------- |
| **UNC PathHost**           | UNC path details.                                                     |
| **File Filter**            | Share name of the connection.                                         |
| **Authorization Required** | Specifies whether authorization is required to login to the UNC host. |
| **Domain\Username**        | Domain and username of the UNC host.                                  |
| **Password**               | Password required to login to the UNC host.                           |

<br>


---

# 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.solar-archive.com/docs/advanced-configuration/configuring-windows-file-share-settings.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.
