# APS Configuration files

As part of the APS implementation and configuration several files are included that control the processing that the APS addon will execute.

The main APS file is 'CodingControlAPS.ini' this contains the core configuration fo the below areas:

1. Data handler \*.dll file locations.\
   :information\_source: The path must match the file and folder locations.<br>
2. All resources in scope will be included as part of the APS processing. \
   :information\_source:The comma-separated format must be followed to ensure all resources are included. <br>
3. Login credentials for the APS provided WEBUI (Admin & User)\
   :information\_source: All 'User\_\*' and 'Admin\_\*' values are editable, if changed the APS service must be restarted for APS to apply the changes. <br>
4. Host port definition for the WebUI order detail display.\
   :information\_source: This port must be unique for each APS implementation to ensure no conflicts.<br>
5. WEBUI field definitions for order detail data or information displayed.\
   :information\_source: The format for these fields is field description then tilde '\~' then the ODBC 'ORDERS' table field name, with each field separated by a comma. (See the example file image below for more details)<br>
6. Log file location for both order and general CodingControl APS data. \
   :information\_source: The location where APS will generate and save any specific order and general success or issue log processing details.

:information\_source: Example of the file contents.

<div align="left"><figure><img src="/files/mUeDBZGUeC84AQckUxbo" alt=""><figcaption><p>CodingControlAPS.ini</p></figcaption></figure></div>


---

# 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.theconfigteam.com/codingcontrol/configuration/aps-application-configuration/server-application-configuration/aps-configuration-files.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.
