> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/6.11/development/portal/portlets/data-visualizer-navigator.md).

# Data visualizer navigator

The Data Visualizer Navigator shows preconfigured Data Visualizer Cards together to easier get an overview of the processes the cards represents.&#x20;

![](/files/-M-u65nSD8Tycu_YhCiS)

## Basic Data

**Internal name** - unique string to identify this portlet.\
**Portlet title** - title of the portlet, does not have to be unique.&#x20;

![](/files/-M-u67tsuw75xCjExJTG)

## Auto Refresh

Enables the portlet to refresh the data every SS:second.&#x20;

![](/files/-M-u6ARTjC4g_lJaqbWZ)

## Cards

Specifies which visualization cards that are to be shown in the navigator portlet (the cards need to be preconfigured in any other portlet container as Data Visualizer Portlet).&#x20;

![](/files/-M-u6EHZm3S4cnfFAu98)


---

# 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://help.novacuraflow.com/6.11/development/portal/portlets/data-visualizer-navigator.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.
