# Why is a question asked?

You see a question in the case manager, but you are not sure why it's asked.

For this, you can hold the ALT key pressed and a little icon will appear next to the title of the asked question. If you hover over that navigation icon, it will look like this:

<figure><img src="/files/uz4WB62GI5k38NyGfiW1" alt=""><figcaption><p>Holding the ALT key displays a navigation icon that you can hover for more information.</p></figcaption></figure>

As you can see, this tells you three things

* The ID of the information that is being displayed (here INF-25)
* The key of that information (name in this example)
* Who ensured this information in the "Ensured by" section.

In this example, this question is being asked because the calculated name of the Entity ontology needs *INF-23: name* to be calculated. So, now we know this question is displayed because of our calculated name formula.


---

# 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.atfinity.io/guides/troubleshooting/why-is-an-information-not-asked-1.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.
