> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/debugging-and-testing/aurena-debugging/ifs-debug-console.md).

# IFS debug console

In Aurena there's two debug options. The log window and the debug console. This section will cover the debug console. The log window doesn't add any value to the OData debugging. The information we are looking for is easier to find in the debug console and Inspect console in Chrome.&#x20;

To open the debug console; press your name in the upper right corner in Aurena. Then choose **Debug** and **Enable debug console**.

<figure><img src="https://3323790987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJyIxKYxK0LMJ2T3XubCS%2Fuploads%2FBTUshAwJuYua7Ek1fMej%2FfwfjSH05xU.png?alt=media&amp;token=1a959cfa-90f0-4d8a-b936-75744d4800a4" alt=""><figcaption><p>Opening the IFS debug console</p></figcaption></figure>

Maybe you are familiar with the "System info" console in EE, the debug console is the Aurena equivalent. In this console we will have a look at the **Server invokes** and **Page info** tabs.

### Page info

Page info offers info about the current page (and child pages elements/entities) you display in Aurena.  Information consists of **LU Name, Entity** and  **Projection** info. Projection name and Entity  is useful when adding projections to the Novacura OData connector which is covered in the [Broken mention](broken://pages/MzQ7dBfCqMjNTvLb69jt) section.

<figure><img src="https://3323790987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJyIxKYxK0LMJ2T3XubCS%2Fuploads%2FjP7MdeG3weDugsR1Z1Ab%2FgRwc98KOuw.png?alt=media&amp;token=7e637b99-1b2d-42f1-9910-9961f81fc620" alt=""><figcaption><p>Page info in the IFS debug console</p></figcaption></figure>

### Server invokes

In the Server invokes tab the HTTP OData calls are logged. Chrome Inspect console offers better functionally to inspect Request, Requests details, Payload and Reponses but in the Server Invokes it's possible to navigate direclty to the **API Explorer** which is an important page for exploring OData projections. Additionally the translated OData queries can be view as SQL statements.&#x20;

<figure><img src="https://3323790987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJyIxKYxK0LMJ2T3XubCS%2Fuploads%2FwwCTldqwIdCw1m9yYH67%2Fchrome_gbrOJ6NA82.gif?alt=media&amp;token=52db4db6-1f08-489b-9122-d7bb72caf7d3" alt=""><figcaption><p>Click the GIF to see full size</p></figcaption></figure>


---

# 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.novacura.com/flow-ifs-cloud-development-guidelines/flow-development-with-odata/debugging-and-testing/aurena-debugging/ifs-debug-console.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.
