> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/working-with-inforiver/2.-displaying-information/the-report-interface.md).

# Report interface

The Inforiver matrix report interface contains the following sections:

<figure><img src="/files/4M2ZvS2Ropp2R24JSFNa" alt=""><figcaption><p>Inforiver report interface</p></figcaption></figure>

1. Toolbar: The multi-tab toolbar has several action items that can be used to configure the report
2. Report header: The multi-line, formattable report header can be used to provide additional information on the report&#x20;
3. Report canvas: this section contains the body of the report where information is displayed in tabular form
4. Status bar: The status bar contains information such as the following

   * Aggregation information: Displays the number of rows. When a measure is selected, this section can also show metrics such as sum, average, and count.

   <figure><img src="/files/aZwPDkcU4pWA8kzv7mJZ" alt=""><figcaption><p>Status bar</p></figcaption></figure>

   * Zoom/Un zoom controls: You can use the controls provided in the footer or use the keyboard shortcuts (Ctrl + / Ctrl -)&#x20;
   * Pagination controls: You can use first-previous-next-last navigation controls, and also set the number of rows per page.

In the next section, we'll look at the available [layout options](/working-with-inforiver/2.-displaying-information/layout-options.md).


---

# 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.inforiver.com/working-with-inforiver/2.-displaying-information/the-report-interface.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.
