# Problems

The problems panel displays a list of errors and problems in your application, ranging from semantic and type errors (passing the wrong kind of data to a function input), to missing secrets or function definitions that might have been removed.

You can click on the error to jump to the part of your flow that caused it. Erroneous nodes and arrows will be highlighted.

<figure><img src="/files/f3kkB1SbIAROp03p2bBh" alt=""><figcaption></figcaption></figure>


---

# 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.midio.com/midio-docs/reference/overview/problems.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.
