# Troubleshooting the FactFinder Integration

If the FactFinder user interface displays a general error page (a code 500 page), the parameter `verbose=true` can be used to access additional information. Attach the parameter to the URL and refresh the page. The JSON-response contains a stack trace of the error. If the error message is not useful for you, please contact the FactFinder Service Desk.


---

# 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.fact-finder.com/integration/generic-integration-topics/troubleshooting-the-fact-finder-integration.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.
