> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-center-3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-center-3/data-center/data-sets/data-set-list/data-set-list-actions/visualize.md).

# Visualize

* Select a ***Data Set*** from the Data Sets list.&#x20;
* Click the ***Visualize*** icon for it.      &#x20;

<figure><img src="/files/AxjmJCKE59j1fzK7OaNh" alt=""><figcaption></figcaption></figure>

* The ***Widget Visualizer*** page opens for the selected Data Set.

<figure><img src="/files/M8VC84Ef8THfaOHPVAov" alt=""><figcaption></figcaption></figure>

* Click the ***Create New Widget*** icon.
* Select a chart type from the drop-down menu.
* Select a data field for the X-Axis.
* Select a data field for the Y-Axis.
* Provide a Title for the Widget.
* A View/widget gets created based on the selected X and Y axis data values.
* Click the ***Save*** option.    &#x20;

<figure><img src="/files/REYsMRn09ptoagV6Z5OQ" alt=""><figcaption></figcaption></figure>

* The View/widget gets saved and the same gets notified by a message.
* Click the ***Close*** option to close the notification.

&#x20;      ![](/files/0hBTkKAGdop1OHm7b5hL)

* The saved widget can be seen in the drop-down while opening the Widget Visualizer next time for the same Data Set.

<figure><img src="/files/BV6STQ4VJq8PJeETGQp3" alt=""><figcaption></figcaption></figure>

* The saved widgets will appear under the API Client Registration as Widget as API under the Select API Type drop-down option.

<figure><img src="/files/Pk40zm43tC5ruFeV8gl9" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>*&#x20;

* *The Widget Visualizer will not process the View until you provide a Title to the View.*
* *The user generate and save multiple widget by using the same set of steps.*&#x20;
* *The saved Widgets can be also shared as APIs. To access a newly saved Widget as API, the user needs to create a New API client registration.*
  {% endhint %}


---

# 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.bdb.ai/data-center-3/data-center/data-sets/data-set-list/data-set-list-actions/visualize.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.
