# Troubleshooting interpreters

## Steps to check when working with a knowledge base

* Make sure that your knowledge base is working in the NLU service. E.g.

  ![](/files/LywNTo7Sl46kD90ObeHZ) ![](/files/eEMuRHIEbjTZI9uIEMi0)

  * Test your interpreter setup in OD. Note that success in OD doesn't mean that your knowledge base is working; you must check the previous step as well

    <figure><img src="/files/7ihVNG44vrjLIh8RQsrM" alt="This image shows the window to run the interpreter test in OD" width="375"><figcaption><p>Run interpreter test in OD</p></figcaption></figure>

    * Make sure your intent names align and use the names as shown in the image and the documentation. Check that your answer intent has an attribute message per the documentation.

      ![](/files/FDZQPthY1rG2x7qj23Gr) ![](/files/BkMqPP5uuEpjmfrnpShM)

## Troubleshooting

Q: Everything seems to be working but I get an empty answer in my preview.

<figure><img src="/files/EiAmLrx9GiSgVIQbilvJ" alt="Preview screen showing empty KB answer"><figcaption><p>Preview screen showing empty KB answer</p></figcaption></figure>

A: The message in the context indicates that everything is working on the OD side, but in the knowledge base the answer is not retrieved. Go to your knowledge base and check that you are getting the answers using the test tool (see section above).


---

# 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.opendialog.ai/opendialog-platform/interpreters-and-natural-language-understanding/interpreters/troubleshooting-interpreters.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.
