> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FindHotFolders

> List import profiles for a project, tenant, or server with the FindHotFolders command in ABBYY FlexiCapture FCAdminTools, showing hot folder paths.

You can use the `FindHotFolders` command to get a list of import profiles for a specific project, tenant, or server. Each import profile is listed in the following format:

```
Project '<project name>' (Project ID) in tenant '<tenant name>', profile '<name of the import profile>', Hot Folder path '<path to the Hot Folder>', update interval <xxx>, enabled/disabled,
```

Here, `<xxx>` is the time between import attempts in seconds, or `0` if Hot Folder checking is disabled.

## Parameters

| Parameter  | Type     | Description                                                                                                                                                                                                                                                                                            |
| :--------- | :------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/Project` | Optional | Specifies a project. A project can be specified by the full local path to the project, the path to the project on the server, or the name of the project on the server (this requires the `/Server` parameter to be specified). If no project is specified, the `/Server` parameter must be specified. |
| `/Server`  | Optional | The server where the project is hosted. If this parameter is not specified, the `/Project` parameter must be specified.                                                                                                                                                                                |
| `/U`       | Optional | User name. If this parameter is not specified, Windows authentication is used.                                                                                                                                                                                                                         |
| `/P`       | Optional | Password.                                                                                                                                                                                                                                                                                              |
| `/Tenant`  | Optional | Tenant name.                                                                                                                                                                                                                                                                                           |
| `/Cert`    | Optional | The thumbprint of the certificate used for Mutual SSL authentication. Pass the string-encoded hash of the certificate for the server with Mutual SSL installed.                                                                                                                                        |

## Example of use

* `FindHotFolders /Server="https://sample.server.net" /Cert=<certificate thumbprint> /Project=SingleEntryPoint /U=username /P=password`
