> For the complete documentation index, see [llms.txt](https://docs.opendialog.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opendialog.ai/opendialog-platform/interpreters-and-natural-language-understanding/interpreters/troubleshooting-interpreters.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.opendialog.ai/opendialog-platform/interpreters-and-natural-language-understanding/interpreters/troubleshooting-interpreters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
