# Introduction

{% hint style="warning" %}
**IMPORTANT** Configuration settings are published for information purposes only. Unless express consent has been granted, changes to configuration settings must only be made by Omfax Systems/Touch-Base Ltd technicians or their representatives.
{% endhint %}

### KF\_config.xml

Default installations of Keyfax have a single configuration file, this is normally called **KF\_config.xml** (KF is replaced with company prefix in some Multi company installations or for training/test instances) and is located in the KFLauncher shared folder.

The `KF_config.xml` configuration file schema is as follows.

```
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<Client/>
	<Paths/>
	<Database/>
	<Email/>
	<CRM/>
	<Scripting>
		<RD>
			<Images/>
			<Asset/>
			<History/>
			<Exchange/>
		</RD>
		<FL>
			<Images/>
			<Exchange/>
		</FL>
	</Scripting>
</configuration>
```

Some CDATA sections may have been in the Keyfax XML configuration files. These are used where a setting contains characters which are invalid in element values of an XML file (such as "<" or ">"). CDATA sections can only be used for XML element values, not attributes.


---

# 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.keyfax.biz/technical/configuration-settings/introduction.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.
