# Clearing House

The TRUE Connector supports is able to communicate with the Fraunhofer Clearing House for registering transactions.

Since Clearing house is disabled by default, in order to enable it, set following property to true:

```
application.isEnabledClearingHouse=true

```

Once Clearing House interaction is enabled, also configure location and credentials (if required) for the Clearing House by setting following properties:

```
application.clearinghouse.username=
application.clearinghouse.password=
application.clearinghouse.baseUrl=
```

NOTE: Fraunhofer Clearing House implementation requires credentials for accessing.


---

# 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://engineering-ing-inf-rd.gitbook.io/true-connector/advanced-configuration/clearinghouse.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.
