> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/work-with-transformations-cp/run-your-transformation/inspect-your-data/use-visualizations/use-tabs-to-create-multiple-visualizations.md).

# Use tabs to create multiple visualizations

A tab is created when you run and inspect your data, add a new tab, or duplicate a tab. By using multiple tabs, you can create unique visualizations to inspect differences, spot trends, and develop insights regarding your data. You can add a new tab to build a new visualization, or you can duplicate an existing tab to investigate the results of small changes to your data. Although a tab is initially denoted by its associated visualization type (**Table**, **Stacked Bar**, **Geo Map**, etc.), you can customize this assigned tab name. When changing the tab's name, you can use the same name for more than one tab, but a name cannot be blank.

Perform the following steps to change a tab name:

1. Double-click the tab (or select **Rename** from the tab menu).
2. Type the new tab name in the text box, and then click outside the text box (or press Enter).

   **Note:** Press Esc if you want to cancel your changes.

Tabs remain open between sessions so that you can always return to the inspection canvas to fine tune your transformation at any time until satisfied with the results. Note that tabs can become invalid when you reopen a remembered inspection session, if, for example, some of the selected fields in the transformation or step were removed, renamed, or changed in relation to the hierarchy. Additionally, tabs can become invalid when the metadata of the field changes. To revalidate those tabs, you can clear the invalid fields from the visualization in the inspection canvas, or exit your session and revert the performed changes before reentering the inspection environment. In the flat table, all invalid fields are removed automatically.


---

# 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.pentaho.com/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/work-with-transformations-cp/run-your-transformation/inspect-your-data/use-visualizations/use-tabs-to-create-multiple-visualizations.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.
